all repos — openbox @ 91de569e694668ab2a9e9457a1878b6d7fdd7858

openbox fork - make it a bit more like ryudo

free the GError
Dana Jansens danakj@orodu.net
commit

91de569e694668ab2a9e9457a1878b6d7fdd7858

parent

5cadc1bff5a26497df28f38e7e9b74d81dfa1084

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

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

@@ -985,6 +985,7 @@ if (cmd) {

if (!g_spawn_command_line_async(cmd, &e)) { g_warning("failed to execute '%s': %s", cmd, e->message); + g_error_free(e); } g_free(cmd); } else {