PR 12848
[deliverable/binutils-gdb.git] / gdb / proc-service.c
index 1ca6ef8f0f98051a88470a5529c3be0d369d63f9..5a25113f53cdfcc5ae71daafd89eb871c3cdb771 100644 (file)
@@ -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
This page took 0.023017 seconds and 4 git commands to generate.