mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
aciScreenText mem leak fix
This commit is contained in:
@@ -9536,6 +9536,7 @@ aciScreenText::aciScreenText(void)
|
||||
aciScreenText::~aciScreenText(void)
|
||||
{
|
||||
free();
|
||||
delete [] convBuf;
|
||||
delete NextPageKey;
|
||||
delete PageTable;
|
||||
delete StrTable;
|
||||
|
||||
Reference in New Issue
Block a user