projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cadc1b
)
free the GError
author
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:14:10 +0000
(19:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:14:10 +0000
(19:14 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index c07fa1625826cbf47cc5a220a6bbde9f30e23ba8..4ea50fe51f93961825ccfee246a4f25d8dc1a287 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-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 {