summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-25 19:14:30 +0000
committerDana Jansens <danakj@orodu.net>2003-10-25 19:14:30 +0000
commit938915b8e5e3ed26420d1e4ae48d3efd9e302742 (patch)
treef62ecbc603340884e710c8b5338cccf8b1504e2c /openbox
parent91de569e694668ab2a9e9457a1878b6d7fdd7858 (diff)
free the GErrror
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 7c68e2a5..ef23eafe 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -311,6 +311,7 @@ gint main(gint argc, gchar **argv)
} else {
g_warning("failed to execute '%s': %s", restart_path,
err->message);
+ g_error_free(err);
}
}