fix ObBucketLock memleak
This commit is contained in:
1
deps/oblib/src/lib/lock/ob_bucket_lock.cpp
vendored
1
deps/oblib/src/lib/lock/ob_bucket_lock.cpp
vendored
@ -30,6 +30,7 @@ ObBucketLock::ObBucketLock()
|
||||
|
||||
ObBucketLock::~ObBucketLock()
|
||||
{
|
||||
destroy();
|
||||
}
|
||||
|
||||
int ObBucketLock::init(
|
||||
|
||||
Reference in New Issue
Block a user