free the GErrror
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
openbox/openbox.c
→
openbox/openbox.c
@@ -311,6 +311,7 @@ g_strfreev(argvp);
} else { g_warning("failed to execute '%s': %s", restart_path, err->message); + g_error_free(err); } }