mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Revert recently introduced double free on pcpoint (only in test)
This commit is contained in:
parent
2025de2625
commit
5c9532c00d
@ -376,8 +376,6 @@ test_patch_dimensional_extent()
|
||||
pc_point_set_double_by_name(pt, "Z", i*0.2);
|
||||
pc_point_set_double_by_name(pt, "intensity", -5);
|
||||
pc_pointlist_add_point(pl1, pt);
|
||||
// free point ?
|
||||
pc_point_free(pt);
|
||||
}
|
||||
|
||||
pch1 = pc_patch_dimensional_from_pointlist(pl1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user