mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
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:
parent
38920cc4d1
commit
ffd9171d01
@ -247,6 +247,7 @@ static void uninit(void)
|
||||
|
||||
if(mpGLView)
|
||||
{
|
||||
mpGLView = nil;
|
||||
[autoreleasepool release];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user