If I do something like this:
    GDALColorTable * ct = raster_band->GetColorTable()->clone();
    ... bunch of stuff
    delete ct;

Will the destructor be called on the color table represented pointed to by ct, or do I have to call GDALDestroyColorTable((GDALColorTableH) ct)
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to