Update of /cvsroot/pywin32/pywin32/Pythonwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7853
Modified Files:
win32thread.cpp
Log Message:
Clean up assocs when MFC thread object is destroyed
Index: win32thread.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32thread.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** win32thread.cpp 15 Feb 2008 02:12:59 -0000 1.8
--- win32thread.cpp 16 Feb 2008 03:37:29 -0000 1.9
***************
*** 39,42 ****
--- 39,43 ----
Py_XDECREF(obFunc);
Py_XDECREF(obArgs);
+ Python_delete_assoc(this);
}
virtual BOOL PreTranslateMessage( MSG *pMsg ) {
|