all repos — openbox @ 5038e82085528962ab6561e75f70ac6c70a29910

openbox fork - make it a bit more like ryudo

free the string for action_restart too
Dana Jansens danakj@orodu.net
commit

5038e82085528962ab6561e75f70ac6c70a29910

parent

2880e674eaa66b2d5639157e4506b404e2b183ad

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

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

@@ -23,7 +23,7 @@

void action_free(Action *a) { /* deal with pointers */ - if (a->func == action_execute) + if (a->func == action_execute || a->func == action_restart) g_free(a->data.execute.path); g_free(a);