[python-win32] Memory Leak in MFC/C++ based Python Extended/Embedded code.

2008-01-07 Thread Dan Trowbridge
Hi all, I have a MS Windows/MFC based C++ code that I have implemented Python embedding/extending in. (I am using Visual Studio 2003.) The code seems to do what I have intended except it always reports a memory leak when it exits. I tried all kinds of things but there did not seem to be

Re: [python-win32] Memory Leak in MFC/C++ based Python Extended/Embedded code.

2008-01-07 Thread Mark Hammond
should be looking at something like that. Cheers, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:python-win32- [EMAIL PROTECTED] On Behalf Of Dan Trowbridge Sent: Tuesday, 8 January 2008 1:07 PM To: python-win32@python.org Subject: [python-win32] Memory Leak in MFC/C++ based