summaryrefslogtreecommitdiff
path: root/macosx/PluginController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PluginController.m')
-rw-r--r--macosx/PluginController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PluginController.m b/macosx/PluginController.m
index 007e6194..4bd5e4aa 100644
--- a/macosx/PluginController.m
+++ b/macosx/PluginController.m
@@ -76,6 +76,7 @@
{
if (plugins) [plugins release];
if (defaultKey) [defaultKey release];
+ [super dealloc];
}
@end