Fix deallocate bug which sometimes causes a crash when reinitializing.

patch by Ulion, ulion2002 gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24770 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2007-10-13 12:17:37 +00:00
parent 38920cc4d1
commit ffd9171d01
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ static void uninit(void)
if(mpGLView)
{
mpGLView = nil;
[autoreleasepool release];
}
}