From 23d742bf061406318b2d7481fbe790a07947c191 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 16 Aug 2015 03:44:50 -0700 Subject: [PATCH] Don't free the stack array plane_equation_coefficients (PR#83) --- Marlin/Marlin_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 76042b980..45b48288d 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -2669,7 +2669,6 @@ inline void gcode_G28() { } if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients); - free(plane_equation_coefficients); // Show the Topography map if enabled if (do_topography_map) {