mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 22:23:43 +00:00
GLK: ALAN3: Fix malloc/delete[] mismatch
This commit is contained in:
parent
d985b2ccfd
commit
7e592fd00b
@ -429,7 +429,7 @@ void output(const char *original) {
|
||||
capitalize = strchr("!?.", str[strlen(str) - 1]) != 0;
|
||||
|
||||
anyOutput = TRUE;
|
||||
delete[] copy;
|
||||
free(copy);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user