X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=0a969a86607f69fe3356e7ae98f87bf7ed60975e;hb=ebf24d5224781e47b62cf20fb3852ef9782f200b;hp=51de17daa3abb0d967d4dface847370ece400b1b;hpb=396eb330ac99708de781b6ef192cfda0a1afe720;p=chaz%2Fopenbox 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); }