diff options
Diffstat (limited to 'macosx/PluginController.m')
| -rwxr-xr-x | macosx/PluginController.m | 4 |
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 |
