Changeset: c7f908fed2ee for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c7f908fed2ee
Modified Files:
geom/monetdb5/geomBulk.c
Branch: sfcgal
Log Message:
Return if you get error
diffs (19 lines):
diff --git a/geom/monetdb5/geomBulk.c b/geom/monetdb5/geomBulk.c
--- a/geom/monetdb5/geomBulk.c
+++ b/geom/monetdb5/geomBulk.c
@@ -1218,6 +1218,7 @@ WKBDBLDBLDBLINTtoBIT_bat(bat *outBAT_id,
if (msg != MAL_SUCCEED) {
BBPunfix(outBAT->batCacheid);
+ return msg;
}
BATrmprops(outBAT)
@@ -1353,6 +1354,7 @@ WKBDBLDBLDBLINTtoBITflagDBL_bat(bat *out
if (msg != MAL_SUCCEED) {
BBPunfix(outBAT->batCacheid);
+ return msg;
}
BATrmprops(outBAT)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list