Added missing va_end().

This commit is contained in:
Ravjot Singh Samra 2021-12-28 13:53:42 +13:00 committed by Frans Kaashoek
parent dd431c400a
commit 431e21f7d4

View file

@ -109,6 +109,7 @@ printf(char *fmt, ...)
break;
}
}
va_end(ap);
if(locking)
release(&pr.lock);