cpython: afed12943ddd (original) (raw)
Mercurial > cpython
changeset 101279:afed12943ddd 3.5
Issue #25745: Fixed leaking a userptr in curses panel destructor. [#25745]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Mon, 09 May 2016 00:11:59 +0300 |
parents | 3579cdaf56d9 |
children | 50a94e1cabe0 8842c02c02a2 |
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 @@ -116,6 +116,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) {