From 673383d04702990cd79d7ceb98507cef70f818ec Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Sep 2003 20:56:48 +0000 Subject: fix mem leak --- openbox/action.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/action.c') 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); } -- cgit v1.2.3