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
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