Re: memory leak after calling a fortran function




I see no evidence of a memory leak. The Fortran run-time system
allocates some memory when you open a file, and that file stays open
until you close it or the program exits. Your memory checker does not
recognize this and assumes it is only C code.


Oooops, means the problem with the memory checker then .

Thanks Steve,

Regards,
Devendra

.