gdb
[deliverable/binutils-gdb.git] / gdb / proc-service.c
index d581b973f8de6cbd89deaf940e4bb28b1d514537..5a25113f53cdfcc5ae71daafd89eb871c3cdb771 100644 (file)
@@ -1,6 +1,6 @@
 /* <proc_service.h> implementation.
 
-   Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009
+   Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -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.0433 seconds and 4 git commands to generate.