tlrmchlsmth / momms

Multilevel Optimized Matrix-matrix Multiplication Sandbox
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Memory Leak #2

Closed tlrmchlsmth closed 8 years ago

tlrmchlsmth commented 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

tlrmchlsmth commented 8 years ago

Fixed by c98a93212af4ff11a02904df1c1e3f616b4b9c90