[pywin32-checkins] pywin32/win32/src win32dynamicdialog.cpp, 1.5.2.2, 1.5.2.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-12-09 08:09:57
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25330 Modified Files: Tag: py3k win32dynamicdialog.cpp Log Message: Remove comment about ref leaks which have been fixed in this branch (but still exist in trunk) Index: win32dynamicdialog.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32dynamicdialog.cpp,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -d -r1.5.2.2 -r1.5.2.3 *** win32dynamicdialog.cpp 4 Dec 2008 01:07:20 -0000 1.5.2.2 --- win32dynamicdialog.cpp 9 Dec 2008 08:09:52 -0000 1.5.2.3 *************** *** 281,288 **** // Given a pointer to a dialog hdr template, return a Python list to match it - // ??? This leaks refs all over the place ??? markh: where? It looks OK - // to me - MakeResName creates a new reference, but its always immediately - // placed in the new list, or the list is DECREF'd on error. - // It could be simplified with a goto error handler though... /* Also need to handle extended templates (DLGTEMPLATEEX), quoting from MSDN: To distinguish between a standard template and an extended template, --- 281,284 ---- |