X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcleanup.c;h=f4b97bfe6cef34c1aa0bfa721a22675ba48581a7;hb=edebb2bf9aa780ee2f7006c1d2be9168564d34df;hp=3499246c7abcb6b324844a0c52bd401eb238174c;hpb=bfcf7850e4f5aa11ae5a33d78e153075032ff76d;p=plomrogue diff --git a/src/client/cleanup.c b/src/client/cleanup.c index 3499246..f4b97bf 100644 --- a/src/client/cleanup.c +++ b/src/client/cleanup.c @@ -19,6 +19,7 @@ static uint32_t cleanup_flags = 0x0000; extern void cleanup() { free(world.map.cells); + free(world.mem_map); free(world.log); free(world.player_inventory); if (cleanup_flags & CLEANUP_INTERFACE)