Opened 7 years ago
Closed 7 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.
Note:
See TracTickets
for help on using tickets.
In 16454: