Re: memory leak after calling a fortran function
- From: Devendra <dgatkal@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 07:15:32 -0700
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
.
- References:
- memory leak after calling a fortran function
- From: Devendra
- Re: memory leak after calling a fortran function
- From: Steve Lionel
- memory leak after calling a fortran function
- Prev by Date: Re: memory leak after calling a fortran function
- Next by Date: Re: Stack corruption and memory leak problems in c++/Fortran application
- Previous by thread: Re: memory leak after calling a fortran function
- Next by thread: Re: memory leak after calling a fortran function
- Index(es):