Skip to content

Commit

Permalink
Merge branch 'fix/grid-map-sdf/delete' into 'master'
Browse files Browse the repository at this point in the history
[grid_map_sdf] fix delete of dynamic allocated array

GitOrigin-RevId: c9c4545883ea2735db9a244fa08fc12496ba6a95
  • Loading branch information
samuelba authored and anybotics-sync-runner committed May 4, 2020
1 parent d9ee02d commit fced96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid_map_sdf/include/grid_map_sdf/distance_transform/dt.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace distance_transform
delete [] d;
}

delete f;
delete [] f;
}

/* dt of binary image using squared distance */
Expand Down

0 comments on commit fced96d

Please sign in to comment.