From ee2cb87959238e1f216ff83a8feb03c8d84a25f4 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 29 Nov 2011 04:27:27 +0000 Subject: Removing unused outlets. Naming some stuff in the xib to be more user-friendly. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72694 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemCardController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrMemCardController.m') diff --git a/macosx/PcsxrMemCardController.m b/macosx/PcsxrMemCardController.m index 0b594e71..0fc44a90 100644 --- a/macosx/PcsxrMemCardController.m +++ b/macosx/PcsxrMemCardController.m @@ -45,9 +45,9 @@ static NSImage *imageFromMcd(short * icon) #endif NSImage *theImage = [[NSImage alloc] init]; [theImage addRepresentation:imageRep]; + [imageRep release]; [theImage setScalesWhenResized:YES]; [theImage setSize:NSMakeSize(32, 32)]; - [imageRep release]; return [theImage autorelease]; } -- cgit v1.2.3