cgal/Convex_decomposition_3
Sebastien Loriot eac5679444
Fix exception double free in Convex decomposition (#8433)
## Summary of Changes

Change the order of delete in External_structure_builder.h to avoid a
double free in the exception case

## Release Management

* Affected package(s): Convex_decomposition_3
* Issue(s) solved (if any): fix #422 
* Feature/Small Feature (if any): bugfix
* License and copyright ownership: Returned to CGAL authors
2024-09-03 18:32:27 +02:00
..
doc/Convex_decomposition_3
examples/Convex_decomposition_3
include/CGAL
package_info/Convex_decomposition_3
test/Convex_decomposition_3