Don't free the stack array plane_equation_coefficients (PR#83)

This commit is contained in:
Scott Lahteine 2015-08-16 03:44:50 -07:00 committed by Richard Wackerbarth
parent e3b1e08777
commit 23d742bf06

View File

@ -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) {