Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef6f224

Browse filesBrowse files
miss-islingtonvstinner
authored andcommitted
Fix a memory leak in _msi.c (GH-4127) (#4309)
(cherry picked from commit cb04f75)
1 parent e65617f commit ef6f224
Copy full SHA for ef6f224

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎PC/_msi.c

Copy file name to clipboardExpand all lines: PC/_msi.c
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ msiobj_dealloc(msiobj* msidb)
284284
{
285285
MsiCloseHandle(msidb->h);
286286
msidb->h = 0;
287+
PyObject_Del(msidb);
287288
}
288289

289290
static PyObject*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.