X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=0a969a86607f69fe3356e7ae98f87bf7ed60975e;hb=9866570c7ed7a8ccba14e1c893cea79d85f9435b;hp=98097d7a9bf60b370003ba7255e73296e3f6d7eb;hpb=d4f192394f94e0170e4b08577f7e1ebeff02a19c;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 98097d7a..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); } @@ -1236,7 +1237,7 @@ void action_growtoedge(union ActionData *data) if (!c) return; - a = = screen_area(c->desktop); + a = screen_area(c->desktop); x = c->frame->area.x; y = c->frame->area.y; width = c->frame->area.width;