home · contact · privacy
Reduced code complexity by stronger integrating windows library.
[plomrogue] / src / rexit.c
index 6f14663cb8bbac5caac205177430c1b8ff20a11e..84664a8491cd03c3915a7261e28d6453f528b82d 100644 (file)
@@ -54,7 +54,7 @@ static void cleanup()
     }
     if (cleanup_flags & CLEANUP_WIN_META)
     {
-        free_winmeta(world.wmeta);
+        free_winmeta();
     }
 }