An interesting Memory Leak problem.

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/7/11/an-interesting-memory-leak-problem.html
Published Sunday, July 11, 2004 6:53 PM by RoyOsherove
Filed under:

Comments

Sunday, July 11, 2004 11:30 PM by Ido Samuelson

# re: An interesting Memory Leak problem.

I managed to have a similiar problem though in C++. Code worked fine when it was compiled as a shared MFC and didn't worked at all when compiled as static MFC (MFC was compiled inside my DLL), anyway, the solution was the same, moving the code to an upper scope.