Added missing va_end().
This commit is contained in:
parent
7d8bfdcbe3
commit
a2e4051b99
|
@ -109,6 +109,7 @@ printf(char *fmt, ...)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
va_end(ap);
|
||||||
|
|
||||||
if(locking)
|
if(locking)
|
||||||
release(&pr.lock);
|
release(&pr.lock);
|
||||||
|
|
Loading…
Reference in a new issue