Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Complete
-
3.0.4, 4.0.3
-
None
Description
The code:
finally { if (removeGroup) { this.remove(group); } lock.unlock(); }
Causes an issue, when remove() might throw an exception, hence lock won't be released.