diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-16 19:10:24 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-16 19:10:24 +0000 |
| commit | 6f3064b9ea29a5d2f17cbcb3792e8a165e4f6340 (patch) | |
| tree | b7e308df5cacea03c090d76e2baec54979db5f37 | |
| parent | b1388179c07a95c63691cf767be999a8e73dead0 (diff) | |
| download | pcsxr-6f3064b9ea29a5d2f17cbcb3792e8a165e4f6340.tar.gz | |
Fix a double release bug.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81775 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/hotkeys.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/hotkeys.m b/macosx/hotkeys.m index 46ed02e1..16d92fda 100644 --- a/macosx/hotkeys.m +++ b/macosx/hotkeys.m @@ -82,7 +82,6 @@ void setupHotkey(int hk, NSString *label, NSDictionary *binding) { } void setupHotkeys() { - if(hotkeys) [hotkeys release]; NSDictionary *bindings = [[NSUserDefaults standardUserDefaults] objectForKey:@"HotkeyBindings"]; hotkeys = [[NSMutableDictionary alloc] initWithCapacity:[bindings count]]; |
