Opened 6 years ago

Closed 6 years ago

#4043 closed defect (fixed)

[liblwgeom] Memory leaks in trunk

Reported by: Raul Marin Owned by: Algunenano
Priority: high Milestone: PostGIS 2.5.0
Component: liblwgeom Version: master
Keywords: Cc:

Description

Running the tests of liblwgeom shows several memory leaks in lwgeom_make_valid and lwgeom_subdivide.

Also enabling the logs and running the tests produces ~1500 memory leaks, but I'm not sure when those where introduced since I almost always run with POSTGIS_DEBUG_LEVEL == 0. I don't really consider these important, just annoying.

Change History (1)

comment:1 by Raul Marin, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16454:

Liblwgeom: Fix memory leaks

Closes #4043
Closes #https://github.com/postgis/postgis/pull/230

Note: See TracTickets for help on using tickets.