From 0c78c8af9248bb2d0196ce6d0faa028d391f84e8 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sun, 20 Dec 2015 22:08:53 +0000 Subject: [PATCH] #3405, mem leak in point density test git-svn-id: http://svn.osgeo.org/postgis/trunk@14509 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_algorithm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblwgeom/cunit/cu_algorithm.c b/liblwgeom/cunit/cu_algorithm.c index 9313460fc..f1aa841c6 100644 --- 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); -- 2.50.1