cpython: 50a94e1cabe0 (original) (raw)
Mercurial > cpython
changeset 101281:50a94e1cabe0
Issue #25745: Fixed leaking a userptr in curses panel destructor. [#25745]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Mon, 09 May 2016 00:14:22 +0300 |
parents | c27e3773d0f9(current diff)afed12943ddd(diff) |
children | 694dadd9f7bd |
files | Misc/NEWS Modules/_curses_panel.c |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-)[+] [-] Misc/NEWS 2 Modules/_curses_panel.c 5 |
line wrap: on
line diff
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -268,6 +268,8 @@ Core and Builtins Library ------- +- Issue #25745: Fixed leaking a userptr in curses panel destructor. +
- Issue #26881: The modulefinder module now supports extended opcode arguments.
- Issue #23815: Fixed crashes related to directly created instances of types in
--- a/Modules/_curses_panel.c +++ b/Modules/_curses_panel.c @@ -220,6 +220,11 @@ PyCursesPanel_New(PANEL *pan, PyCursesWi static void PyCursesPanel_Dealloc(PyCursesPanelObject *po) {