Skip to content

Commit

Permalink
Release the mutableCopy of the NSMutableDictionary for non-ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Feb 21, 2013
1 parent 2830753 commit 075e745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/ios/FacebookConnectPlugin.m
Expand Up @@ -308,6 +308,7 @@ - (void) showDialog:(CDVInvokedUrlCommand*)command
#else
[method release];
[params release];
[options release];
#endif

[super writeJavascript:nil];
Expand Down

0 comments on commit 075e745

Please sign in to comment.