all repos — openbox @ 1fb5c4b595677a029c75b75ef85a69ec90160da8

openbox fork - make it a bit more like ryudo

free unused paths
Dana Jansens danakj@orodu.net
commit

1fb5c4b595677a029c75b75ef85a69ec90160da8

parent

06f27af0a994a6f92d1c3a9306f46a73e6162bb8

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

jump to
M plugins/keyboard/keysrc.yaccplugins/keyboard/keysrc.yacc

@@ -86,6 +86,8 @@ }

/* these have extra data! */ if (a->func == action_execute || a->func == action_restart) a->data.execute.path = apath; + else + g_free(apath); if (a->func == action_desktop) a->data.desktop.desk = (unsigned) num + 1; if (a->func == action_move_relative_horz ||