summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/simpledialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/simpledialog.py')
0 files changed, 0 insertions, 0 deletions
h>commitc1491c356f3cca92a359468ce37f38bc1873eec4 (patch) tree7c9ddf80186684e3b6f59ea49fdeb207d7787afc /tests/auto/qabstractprintdialog/qabstractprintdialog.pro parent9496a87a8ad6c78952750c1529da637fc622a23c (diff)downloadQt-c1491c356f3cca92a359468ce37f38bc1873eec4.zip
Qt-c1491c356f3cca92a359468ce37f38bc1873eec4.tar.gz
Qt-c1491c356f3cca92a359468ce37f38bc1873eec4.tar.bz2
Fix memory leak in ListModel custom parser
ModelNodes created by the parser for ListElement definitions were not deleted. Task-number: QTBUG-21084 Reviewed-by: Michael Brasser