Fixed a memory leak in love.graphics.newText.

This commit is contained in:
Alex Szpakowski
2015-03-16 03:13:10 -03:00
parent d00773b974
commit 14cbc91e7f
7 changed files with 14 additions and 20 deletions
-1
View File
@@ -101,7 +101,6 @@ public:
int showMessageBox(const MessageBoxData &data);
static love::window::Window *createSingleton();
static love::window::Window *getSingleton();
const char *getName() const;