Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Commit a09e23e

Browse files
committed
Free hash table when it's no longer needed.
1 parent da412d7 commit a09e23e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cheats.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ int cheatsLoadHistory()
551551
}
552552

553553
fclose(historyFile);
554+
hashDestroyTable(gameMenuHashes);
554555

555556
return 1;
556557
}

0 commit comments

Comments
 (0)