mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use automatic allocation for charmaps
This commit is contained in:
@@ -412,9 +412,6 @@ int main(int argc, char *argv[])
|
||||
if (yyparse() != 0 && nbErrors == 0)
|
||||
nbErrors = 1;
|
||||
|
||||
// Free all charmaps (they're not needed after parsing)
|
||||
charmap_Cleanup();
|
||||
|
||||
if (dependfile)
|
||||
fclose(dependfile);
|
||||
free(targetFileName);
|
||||
|
||||
Reference in New Issue
Block a user