diff options
| -rw-r--r-- | openbox/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/debug.c b/openbox/debug.c index b7f8e1f4..755fbcd1 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -35,5 +35,6 @@ void ob_debug(char *a, ...) if (show) { va_start(vl, a); vfprintf(stderr, a, vl); + va_end(vl); } } |
