summaryrefslogtreecommitdiff
path: root/macosx/PluginController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PluginController.m')
-rwxr-xr-xmacosx/PluginController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PluginController.m b/macosx/PluginController.m
index 24d0da57..a857bbbb 100755
--- a/macosx/PluginController.m
+++ b/macosx/PluginController.m
@@ -76,8 +76,8 @@
#if !__has_feature(objc_arc)
- (void)dealloc
{
- if (plugins) [plugins release];
- if (defaultKey) [defaultKey release];
+ [plugins release];
+ [defaultKey release];
[super dealloc];
}
#endif