Changeset: c047137dd111 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c047137dd111 Modified Files: gdk/gdk_bbp.c Branch: multi-cachelock Log Message:
forgot to 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 @@ -2704,6 +2704,7 @@ bbpclear(bat i, int idx, bool lock) MT_lock_set(&GDKcacheLock(GENERAL_LIST_IDX)); BBP_next(last) = BBP_free(GENERAL_LIST_IDX); BBP_free(GENERAL_LIST_IDX) = first; + MT_lock_unset(&GDKcacheLock(GENERAL_LIST_IDX)); } BBP_stat_call_count(idx) = 0; } _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org