diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unwarminder/unwarm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unwarminder/unwarm.c b/lib/unwarminder/unwarm.c index 99f6a12..699ca50 100644 --- a/lib/unwarminder/unwarm.c +++ b/lib/unwarminder/unwarm.c @@ -64,6 +64,7 @@ void UnwPrintf(const char *format, ...) va_start( args, format ); vprintf(format, args ); + va_end(args); } #endif |