Skip to content

Remove point_init() when we immediately clobber its (x,y,z) allocations.

Chris Rankin requested to merge chrisjr/libaacs:fix-memory-leak into master

Remove point_init() when we clobber its (x,y,z) allocations immediately afterwards, because otherwise we leak memory. Found using valgrind.

Edited by Chris Rankin

Merge request reports