Fixed bug that caused RWLock not to free up entries in txLockElementMap.
The mark flag is used to guard against creating multiple RWLocks for the same resource and has nothing to do with TxLockElement entries. TxLockElement creation and removal is still safe since it is synchronized on the RWLock.
Showing
+75 -9
Please register or sign in to comment