mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Hopefully fixed more memory leakage in fonts
This commit is contained in:
@@ -45,7 +45,7 @@ namespace font
|
||||
|
||||
GlyphData::~GlyphData()
|
||||
{
|
||||
delete data;
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
void * GlyphData::getData() const
|
||||
|
||||
Reference in New Issue
Block a user