czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Memory Leak in btAxisSweep3 #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The destructor of btAxisSweep3Internal does only free the memory of 
m_raycastAccelerator, but 
does not invoke the destructor of the latter. The attached patch fixes this 
issue.

Original issue reported on code.google.com by ol...@arcor.de on 22 Oct 2008 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report, it has been fixed in the latest trunk:
http://code.google.com/p/bullet/source/detail?r=1418

Original comment by erwin.coumans on 27 Oct 2008 at 8:24