mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
GRAPHICS: MACGUI: Release allocated objects in MacText
This commit is contained in:
parent
8545f43fe1
commit
d133aeb046
@ -195,6 +195,10 @@ struct MacTextLine {
|
||||
* @note If requested column is too big, returns last character in the line
|
||||
*/
|
||||
uint getChunkNum(int *col);
|
||||
|
||||
~MacTextLine() {
|
||||
delete tableSurface;
|
||||
}
|
||||
};
|
||||
|
||||
struct SelectedText {
|
||||
|
Loading…
x
Reference in New Issue
Block a user