Changeset: 1af5e0d1bcf5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1af5e0d1bcf5
Modified Files:
        geom/monetdb5/geom.c
Branch: geo
Log Message:

free variale one more time


diffs (11 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -1269,6 +1269,7 @@ static str dumpPointsMultiGeometry(BAT* 
                strcpy(newPath, path);
                strcpy(newPath+strlen(path), lvlStr);
                strcpy(newPath+strlen(path)+strlen(lvlStr), extraStr);
+               GDKfree(lvlStr);
 
                //*secondLevel = 0;
                if((err = dumpPointsGeometry(idBAT, geomBAT, multiGeometry, 
newPath)) != MAL_SUCCEED) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to