mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +00:00
GRAPHICS: MACGUI: fixed memory leaks in MacTextWindow
This commit is contained in:
parent
459f26fcaf
commit
ed384a0deb
@ -108,7 +108,9 @@ void MacTextWindow::clearText() {
|
||||
}
|
||||
|
||||
MacTextWindow::~MacTextWindow() {
|
||||
delete _cursorRect;
|
||||
delete _cursorSurface;
|
||||
delete _mactext;
|
||||
|
||||
g_system->getTimerManager()->removeTimerProc(&cursorTimerHandler);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user