AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.11.26 15:44 "Memory leak opening and closing files?", by Eric Bruneton
2008.11.26 16:54 "Re: Memory leak opening and closing files?", by Frank Warmerdam
2008.11.26 17:13 "Re: Memory leak opening and closing files?", by Bob Friesenhahn
2008.11.27 09:35 "Re: Memory leak opening and closing files?", by Eric Bruneton
2008.11.27 10:22 "Re: Memory leak opening and closing files?", by <jcupitt@gmail.com>

2008.11.26 17:13 "Re: Memory leak opening and closing files?", by Bob Friesenhahn

On Wed, 26 Nov 2008, Eric Bruneton wrote:

> the following program shows a constant increase in memory usage, so I suspect 
> a memory leak in the tiff library (using libtiff 3.8.2-1 on Windows):
>
>    for (int i = 0; i < 1000000; ++i) {
>        TIFF *f = TIFFOpen("test.tiff", "rb");
>        TIFFClose(f);
>    }

Libtiff is open source software.  Once you have isolated the problem, 
please send a patch to correct it.

Thanks,

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/