diff options
Diffstat (limited to 'libglusterfs/src/mem-pool.c')
-rw-r--r-- | libglusterfs/src/mem-pool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-pool.c b/libglusterfs/src/mem-pool.c index 1ed1aba6c2d..9a1320993d3 100644 --- a/libglusterfs/src/mem-pool.c +++ b/libglusterfs/src/mem-pool.c @@ -226,6 +226,7 @@ gf_vasprintf (char **string_ptr, const char *format, va_list arg) rv = vsnprintf (str, size, format, arg_save); *string_ptr = str; + va_end (arg_save); return (rv); } |