all repos — openbox @ f54b294ef6691af88d175936e30cfc04d028cc32

openbox fork - make it a bit more like ryudo

Clean up on destroy.
Scott Moynes smoynes@nexus.carleton.ca
commit

f54b294ef6691af88d175936e30cfc04d028cc32

parent

2b2beddc7447197d12fcbcae96772e1f38eef138

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

jump to
M plugins/menu/timed_menu.cplugins/menu/timed_menu.c

@@ -203,6 +203,7 @@ }

void plugin_destroy (void *m) { + timed_menu_clean_up(m); /* this will be freed by timer_* */ timer_stop( ((Timed_Menu_Data *)TIMED_MENU(m)->plugin_data)->timer);