mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 11:53:23 +08:00
[pykd] fixed: WindbgGlobalSession destructor
git-svn-id: https://pykd.svn.codeplex.com/svn@70119 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
f2a16323d4
commit
0fe8942713
@ -688,8 +688,8 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
~WindbgGlobalSession() {
|
~WindbgGlobalSession() {
|
||||||
Py_Finalize();
|
|
||||||
g_dbgClient.removeEventsMgr();
|
g_dbgClient.removeEventsMgr();
|
||||||
|
Py_Finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::python::object main;
|
boost::python::object main;
|
||||||
|
Loading…
Reference in New Issue
Block a user