[postgis-devel] [PostGIS] #1102: Memory leaks in liblwgeom ?
PostGIS
trac at osgeo.org
Mon Jul 4 12:58:11 PDT 2011
#1102: Memory leaks in liblwgeom ?
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
I belive the culprit here is lwgeom_clone taking no effort to properly set
the referenced PTARRAY readonly flags, so if you clone an LWGEOM with
fully-owned PTARRAY you'd end up with two versions pointing to the same
PTARRAY and both marked as owning it (lw*_clone uses memcpy)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1102#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list