2006.10.25 08:48 "[Tiff] Newbie Question on Memory Usage within LibTiff", by Amarnath S

2006.10.25 15:33 "Re: [Tiff] Newbie Question on Memory Usage within LibTiff", by Edward Lam

The Windows Task Manager is a completely unreliable way to measure this.

However, if you're using tif_unix.c on Windows (and a debug build), you might be able to accurately detect leaks using _CrtMemDifference() and friends via crtdbg.h. See: http://msdn2.microsoft.com/en-us/library/k4htzb06.aspx

-Edward