-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
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.