7677e665879beb7145bec1d1eb55f9e29fba2a0a
* Fixed two memory leaks One pointer to allocated memory wasn't freed and realloc didn't have proper error handling. Additionally UB has been identified, because a pointer to a local variable is returned. * Memory leak removed, cause be setting reference to NULL instead of deleting the object
libigl - A simple C++ geometry processing library
Documentation, tutorial, and instructions at https://libigl.github.io.
❗ On October 15, 2018, a new, cleaned-up history was pushed onto the main libigl repository. To learn more about the consequences of this, and troubleshooting, please read this page.
Languages
C++
96.4%
CMake
2.6%
C
1%
