From 6f3064b9ea29a5d2f17cbcb3792e8a165e4f6340 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 16 Dec 2012 19:10:24 +0000 Subject: Fix a double release bug. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81775 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/hotkeys.m | 1 - 1 file changed, 1 deletion(-) 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]]; -- cgit v1.2.3