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 2006

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

2006.11.02 04:20 "free() data returned by TIFFGetField() ?", by Paul J Lucas
2006.11.02 04:59 "Re: free() data returned by TIFFGetField() ?", by Joris Van Damme

2006.11.02 04:20 "free() data returned by TIFFGetField() ?", by Paul J Lucas

When doing TIFFGetField() for fields that return void* and a length,  
e.g., TIFFTAG_ICCPROFILE, is it necessary to free the data returned?   
I.e., is it copied to a buffer that the caller is responsible for  
freeing?

- Paul