]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/timed_menu.c
Clean up on destroy.
[chaz/openbox] / plugins / menu / timed_menu.c
index d304b7b0840b7f4837b13f5ec8ab8c70c3b9bbf1..31540c0258d7c097316d692b45e340f4101fd300 100644 (file)
@@ -203,6 +203,7 @@ void *plugin_create()
 
 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);
     
This page took 0.023023 seconds and 4 git commands to generate.