mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
add missing va_end
This commit is contained in:
parent
9d21ee5671
commit
c30166c612
1 changed files with 3 additions and 0 deletions
|
@ -1947,6 +1947,9 @@ NSDictionary *locale)
|
|||
all_done:
|
||||
if (workend_malloced) free(workend);
|
||||
/* Unlock the stream. */
|
||||
#ifdef __va_copy
|
||||
va_end(ap);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue