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

index c07fa1625826cbf47cc5a220a6bbde9f30e23ba8..4ea50fe51f93961825ccfee246a4f25d8dc1a287 100644 (file)
@@ -985,6 +985,7 @@ void action_execute(union ActionData *data)
             if (!g_spawn_command_line_async(cmd, &e)) {
                 g_warning("failed to execute '%s': %s",
                           cmd, e->message);
+                g_error_free(e);
             }
             g_free(cmd);
         } else {
This page took 0.023201 seconds and 4 git commands to generate.