Skip to content

Commit 60d6011

Browse files
committed
Fix refleak MallocInfoType
1 parent b7e73f2 commit 60d6011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3194,6 +3194,7 @@ _PySys_Fini(PyInterpreterState *interp)
31943194
#endif
31953195
_PyStructSequence_FiniType(&Hash_InfoType);
31963196
_PyStructSequence_FiniType(&AsyncGenHooksType);
3197+
_PyStructSequence_FiniType(&MallocInfoType);
31973198
}
31983199
}
31993200

0 commit comments

Comments
 (0)