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 7d8bfdcbe3
commit a2e4051b99

View file

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