summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-29 04:27:27 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-29 04:27:27 +0000
commitee2cb87959238e1f216ff83a8feb03c8d84a25f4 (patch)
tree824b23c2ed8a50fc9ff4ff989f9e4cadc3478322 /macosx/PcsxrMemCardController.m
parent92bae095d2a667b737a79ff104525a188537db52 (diff)
downloadpcsxr-ee2cb87959238e1f216ff83a8feb03c8d84a25f4.tar.gz
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
Diffstat (limited to 'macosx/PcsxrMemCardController.m')
-rw-r--r--macosx/PcsxrMemCardController.m2
1 files changed, 1 insertions, 1 deletions
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];
}