Browse Source

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

Scott Lahteine 9 years ago
parent
commit
23d742bf06
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp View File

2669
         }
2669
         }
2670
 
2670
 
2671
         if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
2671
         if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
2672
-        free(plane_equation_coefficients);
2673
 
2672
 
2674
         // Show the Topography map if enabled
2673
         // Show the Topography map if enabled
2675
         if (do_topography_map) {
2674
         if (do_topography_map) {

Loading…
Cancel
Save