mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GRAPHICS: MACGUI: Fix crash on MacText reallocation
This commit is contained in:
parent
4fbcc337af
commit
3a7a3e2009
@ -49,7 +49,6 @@ const Common::String MacFontRun::toString() {
|
||||
|
||||
MacText::~MacText() {
|
||||
delete _surface;
|
||||
delete _macFont;
|
||||
}
|
||||
|
||||
MacText::MacText(Common::U32String s, MacWindowManager *wm, const MacFont *macFont, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, int interlinear) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user