diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 02:17:39 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 02:17:39 +0000 |
| commit | f54b294ef6691af88d175936e30cfc04d028cc32 (patch) | |
| tree | 65d9e3cbeff1e6511bc4393bfb4ef79985d0209a | |
| parent | 2b2beddc7447197d12fcbcae96772e1f38eef138 (diff) | |
Clean up on destroy.
| -rw-r--r-- | plugins/menu/timed_menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/menu/timed_menu.c b/plugins/menu/timed_menu.c index d304b7b0..31540c02 100644 --- a/plugins/menu/timed_menu.c +++ b/plugins/menu/timed_menu.c @@ -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); |
