From: Olivier Courtin Date: Fri, 10 May 2013 07:00:50 +0000 (+0000) Subject: Related to #2313 X-Git-Tag: 2.1.0beta2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67fb27c03409b29d8addd239f9c3f03823fe7a35;p=postgis Related to #2313 git-svn-id: http://svn.osgeo.org/postgis/trunk@11395 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/cu_force_sfs.c b/liblwgeom/cunit/cu_force_sfs.c index f329921b4..07046d087 100644 --- a/liblwgeom/cunit/cu_force_sfs.c +++ b/liblwgeom/cunit/cu_force_sfs.c @@ -31,7 +31,6 @@ static void do_geom_test(char * in, char * out) in, tmp, out); CU_ASSERT_STRING_EQUAL(tmp, out); lwfree(tmp); - lwgeom_free(g); lwgeom_free(h); } @@ -46,7 +45,6 @@ static void do_type_test(char * in, int type) fprintf(stderr, "\nIn: %s\nOut: %s\nExp: %s\n", in, lwtype_name(h->type), lwtype_name(type)); CU_ASSERT_EQUAL(h->type, type); - lwgeom_free(g); lwgeom_free(h); }