Hello,
I'm using Igspector XE to analyse my Fortran Program. I do have a memory leak and I want to find out where I do not deallocate memory.
When using Inspector, I get the following message:
ID Description Source Function Module Object Size State
X1 Synchronization object handle creation site FILENAME.f90:121 SUBROUTINE FILENAME.dll Not fixed
I can expand the code and there is a marked line. However, all there is in that line, is a write(*,*) command which has nothing to do with memory...
I guess that this line is important, because it is one of the last executed lines. If this is it, how can I figure out which variable I habe to deallocate?
I call some .dll Files with a c#-executable. I already included the directory with the .dll-files to the code-search directories.
What else can I do to get more precise information? What else can I do to analyse my program more efficiently?
Best regards,
Mar23