]> Dogcows Code - chaz/openbox/commitdiff
free the GErrror
authorDana Jansens <danakj@orodu.net>
Sat, 25 Oct 2003 19:14:30 +0000 (19:14 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 25 Oct 2003 19:14:30 +0000 (19:14 +0000)
openbox/openbox.c

index 7c68e2a5d93b9bcbcbf357f88b5e7ab450295365..ef23eafe9fa84ddb97b74631071d342f408da283 100644 (file)
@@ -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);
             }
         }
 
This page took 0.023194 seconds and 4 git commands to generate.