Browse Source

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

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
23d742bf06
  1. 1
      Marlin/Marlin_main.cpp

1
Marlin/Marlin_main.cpp

@ -2669,7 +2669,6 @@ inline void gcode_G28() {
} }
if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients); if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
free(plane_equation_coefficients);
// Show the Topography map if enabled // Show the Topography map if enabled
if (do_topography_map) { if (do_topography_map) {

Loading…
Cancel
Save