git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13878 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-11-05 13:48:41 +00:00
parent 5ee13896a1
commit 819ba1a04f
1 changed files with 2 additions and 0 deletions

View File

@ -1136,7 +1136,9 @@ static void
uninit(void)
{
if ( !vo_config_count ) return;
#ifndef GL_WIN32
releaseGlContext(&gl_vinfo, &gl_context);
#endif
if (texgrid) {
free(texgrid);
texgrid = NULL;