all repos — openbox @ 26f66bc932be6313e1fb71d73e60ba5667276ac0

openbox fork - make it a bit more like ryudo

init the GError to NULL
Dana Jansens danakj@orodu.net
commit

26f66bc932be6313e1fb71d73e60ba5667276ac0

parent

396d559b3fe6545a2190bfbababcf49c02ff7127

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -30,7 +30,7 @@ }

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);