]> Dogcows Code - chaz/openbox/commitdiff
Clean up on destroy.
authorScott Moynes <smoynes@nexus.carleton.ca>
Sun, 18 May 2003 02:17:39 +0000 (02:17 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Sun, 18 May 2003 02:17:39 +0000 (02:17 +0000)
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.026516 seconds and 4 git commands to generate.