Hopefully fixed more memory leakage in fonts

This commit is contained in:
Bart van Strien
2010-09-18 10:07:52 +02:00
parent 99abe5ae19
commit 2b273c0081
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace font
GlyphData::~GlyphData()
{
delete data;
delete[] data;
}
void * GlyphData::getData() const