X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Frexit.c;h=84664a8491cd03c3915a7261e28d6453f528b82d;hb=42f6cd9789e06f0257a078a33fa13aaea0714fce;hp=6f14663cb8bbac5caac205177430c1b8ff20a11e;hpb=7290dec4219eaa2325aa00ef6139f715743dba3a;p=plomrogue diff --git a/src/rexit.c b/src/rexit.c index 6f14663..84664a8 100644 --- a/src/rexit.c +++ b/src/rexit.c @@ -54,7 +54,7 @@ static void cleanup() } if (cleanup_flags & CLEANUP_WIN_META) { - free_winmeta(world.wmeta); + free_winmeta(); } }