Hi everyone,
I’m using the SD interface and I have detected that there are memory leftovers after closing the file.
Calling SDstart allocates some memory(~1.5 MB) but the corresponding SDend frees only about 60% of that memory. Is there anything else I can do?
char hdfFile[40]="clavrx_H08_20180913_0530.level2.hdf";
int fileId;
fileId=SDstart(hdfFile, DFACC_READ);
SDend(fileId); //after this call the memory is not entirely freed