Changeset: 48dd218fbd33 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/48dd218fbd33
Modified Files:
        geom/monetdb5/geom.c
Branch: default
Log Message:

Fixes crash


diffs (12 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -3476,7 +3476,7 @@ wkbMakeLineAggrArray(wkb **outWKB, wkb *
        }
        *outWKB = geos2wkb(outGeometry);
        GEOSGeom_destroy(outGeometry);
-       GEOSCoordSeq_destroy(outCoordSeq);
+       /* no need to clean outCoordSeq. it is destroyed via outGeometry */
        return msg;
 }
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to