From 47617238d350c1a3aa7b0727928b2d28f9f7a859 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 26 Nov 2011 05:03:11 +0000 Subject: Fix a missing [super dealloc] call. Fixing wrong bindings. I still get wrong info (it says some memory slots are deleted when they're not). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72647 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/PcsxrMemoryObject.m') diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index c8165a24..7a55c1b0 100644 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -22,6 +22,8 @@ [englishName release]; [sjisName release]; [memImage release]; + + [super dealloc]; } @end -- cgit v1.2.3