]> granicus.if.org Git - postgis/commitdiff
Fixed a bugus free() in LWGEOM_accum.
authorSandro Santilli <strk@keybit.net>
Fri, 25 Feb 2005 13:28:36 +0000 (13:28 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 25 Feb 2005 13:28:36 +0000 (13:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1446 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_functions_basic.c

index 2d07f3d331fe00b0e558cd153ffa8fec63cc5a6f..f2a881e25057b11e6ce0e01081795083d547e711 100644 (file)
@@ -1777,8 +1777,6 @@ Datum LWGEOM_accum(PG_FUNCTION_ARGS)
        elog(NOTICE, " returning");
 #endif
 
-       PG_FREE_IF_COPY(geom, 0);
-
        PG_RETURN_ARRAYTYPE_P(result);
 
 }