Skip to content

Commit

Permalink
Just to make sure
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill authored Apr 27, 2024
1 parent 2b2c5b7 commit 520cf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/script/genericClass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 520cf17

Please sign in to comment.