Forum Discussion

akeadey's avatar
15 years ago

Unknown Module

When looking at the monitor window I have a module listed as Unknown Module.  There seems to be a memory leak in this unknown module that I want to investigate, but I do not know how to identify what it is.



Please help?

1 Reply

  • Hi Adam,




    This situation occurs when memory allocation is done by the code, which is located in a memory area that does not belong to any loaded module.

    For example, this happens when allocation is done by the code, which was generated dynamically.