]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.c
va_start needs va_end
[chaz/openbox] / openbox / debug.c
index b7f8e1f4cee14385ed2a623a182964d4a97b3b5e..755fbcd1e3f71a06df565c3905693dfc7bc87332 100644 (file)
@@ -35,5 +35,6 @@ void ob_debug(char *a, ...)
     if (show) {
         va_start(vl, a);
         vfprintf(stderr, a, vl);
+        va_end(vl);
     }
 }
This page took 0.019884 seconds and 4 git commands to generate.