Changeset: 1c20086be294 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c20086be294
Modified Files:
        monetdb5/mal/mal_box.c
Branch: Oct2012
Log Message:

After a lock has been destroyed, it may not be used anymore.
In other words, the lock was destroyed prematurely.
This fixed bug 3226 once the fix is propagated to the default branch.


diffs (11 lines):

diff --git a/monetdb5/mal/mal_box.c b/monetdb5/mal/mal_box.c
--- a/monetdb5/mal/mal_box.c
+++ b/monetdb5/mal/mal_box.c
@@ -342,7 +342,6 @@ closeBox(str name, int flag)
 
        if ((box = findBox(name))) {
                saveBox(box, flag);
-               MT_lock_destroy(&box->lock);
                return 0;
        }
        return -1;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to