summaryrefslogtreecommitdiff
path: root/openbox/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/debug.c')
-rw-r--r--openbox/debug.c1
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);
}
}