Closed DSchroer closed 10 months ago
Handle_Poly_Triangulation_ctor caused a segfault since the underlying Triangulation would be freed twice. Once when the new handle was dropped and once when the UniquePtr was dropped. By passing ownership to the triangulation this is fixed.
Handle_Poly_Triangulation_ctor caused a segfault since the underlying Triangulation would be freed twice. Once when the new handle was dropped and once when the UniquePtr was dropped. By passing ownership to the triangulation this is fixed.