mirror of
https://github.com/xcat2/xNBA.git
synced 2026-04-02 19:36:25 +00:00
Added missing va_end()
This commit is contained in:
@@ -240,6 +240,7 @@ int xfer_vprintf ( struct xfer_interface *xfer, const char *format,
|
||||
{
|
||||
char buf[len + 1];
|
||||
vsnprintf ( buf, sizeof ( buf ), format, args_tmp );
|
||||
va_end ( args_tmp );
|
||||
return xfer_deliver_raw ( xfer, buf, len );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user