[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-740-gcde98d9ff
git at osgeo.org
git at osgeo.org
Sat Apr 22 23:56:53 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via cde98d9ffd293233bcc80a4ef932ba8a4aa37e75 (commit)
from 1be1738125c887842b23718ec0e35ce0f9672699 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cde98d9ffd293233bcc80a4ef932ba8a4aa37e75
Author: Regina Obe <lr at pcorp.us>
Date: Sun Apr 23 02:56:46 2023 -0400
add note
diff --git a/postgis/lwgeom_union.c b/postgis/lwgeom_union.c
index 9a2f3a1f3..68f25aa7c 100644
--- a/postgis/lwgeom_union.c
+++ b/postgis/lwgeom_union.c
@@ -251,7 +251,7 @@ void state_combine(UnionState *state1, UnionState *state2)
if (list1 != NIL && list2 != NIL)
{
state1->list = list_concat(list1, list2);
-
+ /** Took out to prevent crash https://trac.osgeo.org/postgis/ticket/5371 **/
//list_free(list2);
state1->size += state2->size;
}
-----------------------------------------------------------------------
Summary of changes:
postgis/lwgeom_union.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list