void tsmFreeTileHeader ( TsmTileHeader *tileHeader ) Deallocates memory used to store a tile header
Deallocates memory used to store a tile header.This function should be used to free the memory for a header once you are finished with it. You will have of course used the tsmAllocTileHeader routine to allocate the memory in the first place. The routine will do nothing if you pass a NULL pointer.