aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devtools/make-scumm-fontdata.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/make-scumm-fontdata.c b/devtools/make-scumm-fontdata.c
index 73b21846ec..24057ac4cb 100644
--- a/devtools/make-scumm-fontdata.c
+++ b/devtools/make-scumm-fontdata.c
@@ -883,5 +883,8 @@ int main() {
printf("};\n");
+ free(specialCharsetData);
+ specialCharsetData = NULL;
+
return 0;
}