Changes between Initial Version and Version 1 of Ticket #1455


Ignore:
Timestamp:
Apr 2, 2007, 8:23:15 PM (17 years ago)
Author:
warmerdam
Comment:

Gennady,

SetBand() uses VSICalloc()/VSIRealloc() for the papoBand array of pointers, not for the band objects themselves. So use of delete to destroy the bands is appropriate. I think you will find that the papoBands is freed with VSIFree() or CPLFree().

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1455

    • Property Status newclosed
    • Property Resolutioninvalid