From e66ba25d49a90a20e2465cadeef8e2e83ce291bc Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 10 Jan 2013 04:21:36 +0000 Subject: Setting the Plug-in window controllers' initial value to nil. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82168 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrPlugin.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/PcsxrPlugin.m') diff --git a/macosx/PcsxrPlugin.m b/macosx/PcsxrPlugin.m index 97e3fbc6..b311c503 100755 --- a/macosx/PcsxrPlugin.m +++ b/macosx/PcsxrPlugin.m @@ -319,6 +319,7 @@ [NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self withObject:arg]; //NOTE: the runCommand releases the arg command. Probably not the best way to do it... + //This is not an issue with ARC (64-bit) code } - (void)configureAs:(int)aType @@ -334,6 +335,7 @@ [NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self withObject:arg]; //NOTE: the runCommand releases the arg command. Probably not the best way to do it... + //This is not an issue with ARC (64-bit) code } - (NSString *)displayVersion -- cgit v1.2.3