From 9a8529760735db5ab994e96e5cfb067afb5f9099 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Apr 2026 10:24:04 +0200 Subject: [PATCH] fixed leak/bug --- floorshapes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/floorshapes.cpp b/floorshapes.cpp index baf27f1f..a193777f 100644 --- a/floorshapes.cpp +++ b/floorshapes.cpp @@ -1373,6 +1373,7 @@ void geometry_information::make_floor_textures_here() { */ rb.reset(); last_texture_step = vid.texture_step; + delete m; } EX void make_floor_textures() {