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