From: Dana Jansens Date: Sat, 25 Oct 2003 19:14:30 +0000 (+0000) Subject: free the GErrror X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=938915b8e5e3ed26420d1e4ae48d3efd9e302742;p=chaz%2Fopenbox free the GErrror --- 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); } }