mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 20:03:33 +08:00
[0.1.x] ~fix: IDebugControl refrence leak
git-svn-id: https://pykd.svn.codeplex.com/svn@73648 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
496f605cd7
commit
613e3214d6
@ -31,6 +31,7 @@ InternalDbgEventHandler::InternalDbgEventHandler(
|
|||||||
|
|
||||||
InternalDbgEventHandler::~InternalDbgEventHandler()
|
InternalDbgEventHandler::~InternalDbgEventHandler()
|
||||||
{
|
{
|
||||||
|
m_control->Release();
|
||||||
m_client->Release();
|
m_client->Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user