Let's hope I finally smashed those mem leaks

This commit is contained in:
Bart van Strien
2010-09-18 20:22:29 +02:00
parent 2b273c0081
commit 7e318cc9b2
2 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace opengl
{
for(unsigned int i = 0; i < MAX_CHARS; i++)
{
delete glyphs[i];
glyphs[i]->release();
}
delete[] glyphs;
}