]> Dogcows Code - chaz/openbox/commitdiff
va_start needs va_end
authorDana Jansens <danakj@orodu.net>
Wed, 15 Oct 2003 03:08:20 +0000 (03:08 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 15 Oct 2003 03:08:20 +0000 (03:08 +0000)
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.024836 seconds and 4 git commands to generate.