Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a memory leak when creating a hull from 4 vertices
Fixes leomccormack/convhull_3d/issues/leomccormack#20 There was a tiny (0 bytes, but allocating 0 bytes likely still uses memory for bookkeeping) that was also reported by Valgrind memory analyzer. This only happened when creating a hull from 4 vertices (tetrahedron). The hulls were ok and this fix doesn't affect those.
- Loading branch information