DEVTOOLS: Fix Missing Free in SCUMM fontdata tool.
This is part of the fix for bug Trac #10655.
This commit is contained in:
parent
2eecde612a
commit
16bf0e454f
1 changed files with 3 additions and 0 deletions
|
@ -883,5 +883,8 @@ int main() {
|
|||
|
||||
printf("};\n");
|
||||
|
||||
free(specialCharsetData);
|
||||
specialCharsetData = NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue