Closed tlrmchlsmth closed 8 years ago
Since matrix buffers are now allocated manually on the heap, they need to be manually unallocated
All matrix types should implement the Drop trait and free their buffers there
Fixed by c98a93212af4ff11a02904df1c1e3f616b4b9c90
Since matrix buffers are now allocated manually on the heap, they need to be manually unallocated
All matrix types should implement the Drop trait and free their buffers there