void tsmFreeTile ( TsmTileHeader *tileHeader, uchar *tileBuffer ) Deallocates a tile header and tile data buffer
Deallocates a tile header and tile data buffer.This function can be used to free the memory for a tile header and a tile data buffer at the same time. It will effectively perform a tsmFreeTileHeader and tsmFreeTileBuffer call for you. You can pass NULL pointers for either buffer and no deallocation will be attempted for that pointer.