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

2006.11.02 04:20 "[Tiff] 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