You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Describe the bug
Reviewing the stmgr C++ code, I am not able to find where the StmgrClient pointer is deleted. I believe this should be happening in the HandleClose callback as is done in chkptmgr-client.cpp.
We should test with HEAPCHECK_ENABLED=1 to verify that there is not a leak.
Describe the bug
Reviewing the stmgr C++ code, I am not able to find where the StmgrClient pointer is deleted. I believe this should be happening in the
HandleClose
callback as is done inchkptmgr-client.cpp
.We should test with
HEAPCHECK_ENABLED=1
to verify that there is not a leak.This might be related to #3492
The text was updated successfully, but these errors were encountered: