Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
ALL
Description
The LockManager owns a dynamic array of LockBucket objects, which is allocated in the LockManager constructor.
However, the LockManager destructor does not delete the array.