]> granicus.if.org Git - postgis/commitdiff
Temporarily remove part of Dave Fuhry's fix as it causes a double-free during regress...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 19 Nov 2009 17:45:55 +0000 (17:45 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 19 Nov 2009 17:45:55 +0000 (17:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4864 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql.c

index f834215d3141b4176b060327e4b573eeec4b6d2e..e96c492bbe5bc9195bf9e0765f50745b588b32f5 100644 (file)
@@ -1185,6 +1185,7 @@ InsertPolygon(void)
                serialized_lwgeom = lwgeom_serialize(lwpolygons[0]);
        }
 
+/*
        for(pi = 0; pi < polygon_total; pi++)
        {
                Ring *polyring = Outer[pi];
@@ -1198,6 +1199,7 @@ InsertPolygon(void)
                        ring_index++;
                }
        }
+*/
 
        ReleasePolygons(Outer, polygon_total);