SarahWeiii / CoACD

[SIGGRAPH2022] Approximate Convex Decomposition for 3D Meshes with Collision-Aware Concavity and Tree Search
https://colin97.github.io/CoACD/
MIT License
405 stars 52 forks source link

Fix CoACD memory leak caused by Node tree not being freed correctly by free_tree() #20

Closed isebasus closed 10 months ago

isebasus commented 11 months ago

This memory leak only happens when an empty mesh is provided since the best_next_node is NULL.