projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1233aa7
)
#3405, mem leak in point density test
author
Paul Ramsey
<pramsey@cleverelephant.ca>
Sun, 20 Dec 2015 22:08:53 +0000
(22:08 +0000)
committer
Paul Ramsey
<pramsey@cleverelephant.ca>
Sun, 20 Dec 2015 22:08:53 +0000
(22:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14509
b70326c6
-7e19-0410-871a-
916f4a2858ee
liblwgeom/cunit/cu_algorithm.c
patch
|
blob
|
history
diff --git
a/liblwgeom/cunit/cu_algorithm.c
b/liblwgeom/cunit/cu_algorithm.c
index 9313460fc0ced75be65edc3874355ecfe61c9855..f1aa841c6108ab7a113a1e50c8d2e353daba5326 100644
(file)
--- a/
liblwgeom/cunit/cu_algorithm.c
+++ b/
liblwgeom/cunit/cu_algorithm.c
@@
-1005,6
+1005,7
@@
static void test_point_density(void)
mpt = lwgeom_to_points(geom, 0);
CU_ASSERT_EQUAL(mpt, NULL);
+ lwmpoint_free(mpt);
lwgeom_free(geom);