diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-14 20:56:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-14 20:56:48 +0000 |
| commit | 673383d04702990cd79d7ceb98507cef70f818ec (patch) | |
| tree | 294d51473239bc7e64b479e73be6e836daf3747a /openbox/action.c | |
| parent | af9fea15dd06ddfb641f92fd330e7126050fc02c (diff) | |
fix mem leak
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/action.c b/openbox/action.c index 51de17da..0a969a86 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -800,6 +800,7 @@ void action_execute(union ActionData *data) g_warning("failed to execute '%s': %s", cmd, e->message); } + g_free(cmd); } else { g_warning("failed to convert '%s' from utf8", data->execute.path); } |
