diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-29 19:50:54 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-29 19:50:54 +0000 |
| commit | 10c2e26d006725b7389bde4dca8190c70abaa3a3 (patch) | |
| tree | 82567b7a9367a63d0c6b1dbe14c9292413d9c648 /macosx/plugins/DFXVideo/macsrc/PluginGLView.m | |
| parent | 3e3a841cee601493af68af50c350c1d375701230 (diff) | |
| download | pcsxr-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-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 2 |
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; } |
