Changeset: a7d5bce559c9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a7d5bce559c9
Modified Files:
gdk/gdk_bbp.c
Branch: multi-cachelock
Log Message:
missing unlock
diffs (11 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -2467,6 +2467,7 @@ maybeextend(int idx) {
/* extend the common pool */
gdk_return r = BBPextend(true, size + 1);
if (r != GDK_SUCCEED) {
+ MT_lock_unset(&BBPnameLock);
return GDK_FAIL;
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]