Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
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.