We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4135c89 commit cb04f75Copy full SHA for cb04f75
1 file changed
PC/_msi.c
@@ -283,6 +283,7 @@ msiobj_dealloc(msiobj* msidb)
283
{
284
MsiCloseHandle(msidb->h);
285
msidb->h = 0;
286
+ PyObject_Del(msidb);
287
}
288
289
static PyObject*
0 commit comments