Open GoogleCodeExporter opened 9 years ago
The variables a_rtree and b_rtree are managed by std::auto_ptr, so the object
is deleted by aut_ptr.
std::auto_ptr<face_rtree_t> a_rtree(...)
Even "delete a_rtree;" should not be accepted by your compiler...
Original comment by fabian.g...@gmail.com
on 18 Mar 2014 at 12:34
Sorry, I had multiple versions of the source and got them mixed up. The memory
leak was fixed by using auto_ptr instead of a raw pointer in c070b0388d6a.
I'll verify that I have the correct version next time.
Original comment by ed.no.sp...@gmail.com
on 18 Mar 2014 at 3:56
Original issue reported on code.google.com by
ed.no.sp...@gmail.com
on 6 Mar 2014 at 3:58