void tsmFreeTileHeader ( TsmTileHeader *tileHeader )

Deallocates memory used to store a tile header

Documentation

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.

Parameters:
tileHeader - the header that was allocated by tsmAllocTileHeader
Author:
Martin Reddy
Version:
4 March 1998
See Also:
tsmAllocTileHeader, tsmFreeTileBuffer


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page