mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +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;
|
capitalize = strchr("!?.", str[strlen(str) - 1]) != 0;
|
||||||
|
|
||||||
anyOutput = TRUE;
|
anyOutput = TRUE;
|
||||||
delete[] copy;
|
free(copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user