summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-29 19:50:54 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-29 19:50:54 +0000
commit10c2e26d006725b7389bde4dca8190c70abaa3a3 (patch)
tree82567b7a9367a63d0c6b1dbe14c9292413d9c648 /macosx/plugins/DFXVideo/macsrc/PluginGLView.m
parent3e3a841cee601493af68af50c350c1d375701230 (diff)
downloadpcsxr-10c2e26d006725b7389bde4dca8190c70abaa3a3.tar.gz
minor changes
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82590 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
index ecfc25e8..d863fa23 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
+++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
@@ -90,7 +90,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y)
glLock = [[NSLock alloc] init];
if (nil == glLock) {
- [self release];
+ [self autorelease];
return nil;
}