This reverts r14001, as it introduced instabilities
git-svn-id: http://svn.osgeo.org/postgis/trunk@14002
b70326c6-7e19-0410-871a-
916f4a2858ee
}
else if ( newedge.face_left != node->containing_face )
{
- _lwt_release_nodes(endpoints, num_nodes);
lwerror("SQL/MM Spatial exception - geometry crosses an edge"
" (endnodes in faces %" LWTFMT_ELEMID " and %" LWTFMT_ELEMID ")",
newedge.face_left, node->containing_face);
end_node_geom = node->geom;
}
}
- if ( num_nodes ) _lwt_release_nodes(endpoints, num_nodes);
if ( ! skipChecks )
{