Just to make sure

This commit is contained in:
Sims 2024-04-27 19:04:07 +02:00 committed by GitHub
parent 2b2c5b7c5f
commit 520cf179cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ void freeVariableInternal(Variable_t* referencedTarget) {
save_free_contexts(&referencedTarget->save->saveCtx);
f_close(&referencedTarget->save->saveFile);
FREE(referencedTarget->save);
gfx_printf("Save closed\n");
#endif // !WIN32
break;
}