If I'm reading the docs right, there is no copy constructor or assignment operator for a GDALColorTable. If I use GDALColorTable::clone(), how do release the copy when I'm done? Do I use CPLFree or can I use delete? Thanks.