Re: [gdal-dev] CPLMalloc() and CPLFree() issues....

2010-05-06 Thread Frank Warmerdam
Zermeno, Robert J CIV NAVAIR, 472100D wrote: I have been using the standard malloc, but trying to use CPLMalloc() with CPLFree(). I have a function that will provide a user with different image blocks given specified location. So, a function will get repeatedly called to grab the new image data

[gdal-dev] CPLMalloc() and CPLFree() issues....

2010-05-06 Thread Zermeno, Robert J CIV NAVAIR, 472100D
I have been using the standard malloc, but trying to use CPLMalloc() with CPLFree(). I have a function that will provide a user with different image blocks given specified location. So, a function will get repeatedly called to grab the new image data content. On the first round, I can success