mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Let's hope I finally smashed those mem leaks
This commit is contained in:
@@ -50,7 +50,7 @@ namespace opengl
|
||||
{
|
||||
for(unsigned int i = 0; i < MAX_CHARS; i++)
|
||||
{
|
||||
delete glyphs[i];
|
||||
glyphs[i]->release();
|
||||
}
|
||||
delete[] glyphs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user