X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.c;h=b05e34504ec82af9914cb94c59537cb30f5e8deb;hb=05e9cb73ceffa9cb15732dbf307355394e608b2a;hp=f3ee6be5643243aa119a2bb278bace1c788faf7a;hpb=e442c6cc56813ac2d80ddf956603b6d0123d8145;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index f3ee6be5..b05e3450 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -30,7 +30,7 @@ void action_free(Action *a) void action_execute(union ActionData *data) { - GError *e; + GError *e = NULL; if (!g_spawn_command_line_async(data->execute.path, &e)) { g_warning("failed to execute '%s': %s", data->execute.path, e->message);