Fix the commit 6838 (Fix non optimal position of net name and pad name in GAL mode), broken.

This commit is contained in:
jean-pierre charras 2016-05-28 21:46:13 +02:00
parent 3e5443166e
commit b7f863dc4c
1 changed files with 2 additions and 1 deletions

View File

@ -146,9 +146,10 @@ OPENGL_GAL::~OPENGL_GAL()
glDeleteTextures( 1, &fontTexture ); glDeleteTextures( 1, &fontTexture );
isBitmapFontLoaded = false; isBitmapFontLoaded = false;
} }
#ifndef __WIN32__ // FIXME: crashes on W7 - 32 bits
delete OPENGL_GAL::glContext; delete OPENGL_GAL::glContext;
glContext = NULL; glContext = NULL;
#endif
} }
} }