Boost logo

Geometry :

Subject: Re: [geometry] Memory leak in rtree
From: Christophe Henry (christophe.j.henry_at_[hidden])
Date: 2012-11-22 04:50:35


> Thanks for the info. This was already fixed in dev branch so I've merged the
> code. Please check it out. There is a lot of changes related to
> exception-safety. As usual:
>
> http://svn.boost.org/svn/boost/sandbox-branches/geometry/index/
>
> Unfortunately the interface was slightly changed. Methods and functions
> names:
> - query() was changed to spatial_query(),
> - nearest() to nearest_query(),
> - corresponding filters names was also changed, now they're in 'adaptors'
> namespace.
> Please see the docs.
>
> If you have any suggestions, let me know.
>
> Regards,
> Adam

Hi,

I'll check if valgrind is now happy. I also get 2 warnings:
geometry/extensions/index/rtree/node/node.hpp:112:24: warning: unused
parameter 'first'
geometry/extensions/index/rtree/node/node.hpp:112:24: warning: unused
parameter 'last'

Thanks,
Christophe


Geometry list run by mateusz at loskot.net