commit 13e884ccb2b5ab56cda00a2d6f89f5e1a31955da
parent 1104bf4b4f4a8146bde0b1f48168ce09826b0225
Author: Benjamin Piaud <benjamin.piaud@meso-star.com>
Date: Fri, 2 Dec 2022 17:59:54 +0100
Minor fix on polygon release
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/cg_building_model1.c b/src/cg_building_model1.c
@@ -1337,7 +1337,6 @@ build_footprint_model1
exit:
- if (pg) scpr_polygon_ref_put(pg);
if (floor) scad_geometry_delete(floor);
if (foundation) scad_geometry_delete(foundation);
if (crawlspace) scad_geometry_delete(crawlspace);