diff options
Diffstat (limited to 'macosx/PcsxrPluginHandler.m')
| -rwxr-xr-x | macosx/PcsxrPluginHandler.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PcsxrPluginHandler.m b/macosx/PcsxrPluginHandler.m index a2a447d4..9fcad0ee 100755 --- a/macosx/PcsxrPluginHandler.m +++ b/macosx/PcsxrPluginHandler.m @@ -7,6 +7,7 @@ // #import "PcsxrPluginHandler.h" +#import "ARCBridge.h" @implementation PcsxrPluginHandler @@ -80,7 +81,7 @@ NSLocalizedString(@"The installation of the specified plugin failed. Please try again, or make a manual install.", nil), nil, nil, nil); } - [wrapper release]; + RELEASEOBJ(wrapper); } return YES; } |
