Changeset: 6ebaf9c111b3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6ebaf9c111b3
Modified Files:
monetdb5/modules/mal/pcre.c
Branch: Jan2014
Log Message:
Don't reference uninitialized variable.
diffs (11 lines):
diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -1838,7 +1838,6 @@ PCRElike_join(int *l, int *r, int *b, in
if ( tr == NULL) {
BBPreleaseref(B->batCacheid);
BBPreleaseref(Bpat->batCacheid);
- BBPreleaseref(x->batCacheid);
BBPreleaseref(j->batCacheid);
throw(MAL,"pcre",RUNTIME_OBJECT_MISSING);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list