diff options
Diffstat (limited to 'gdb/proc-service.c')
-rw-r--r-- | gdb/proc-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/proc-service.c b/gdb/proc-service.c index 1ca6ef8..5a25113 100644 --- a/gdb/proc-service.c +++ b/gdb/proc-service.c @@ -189,6 +189,7 @@ ps_plog (const char *fmt, ...) va_start (args, fmt); vfprintf_filtered (gdb_stderr, fmt, args); + va_end (args); } /* Search for the symbol named NAME within the object named OBJ within |