Hi everybody,
Well. I have a problem and I hope somebody around here could come up with an idea how to solve it. I use LoadLibrary() and FreeLibrary() functions to dynamically link and unlink a DLL to my program. Everything works fine but what I have realized is that after call to FreeLibrary function total amount of memory allocated during LoadLibrary function is NOT totall freed but partly. Is there anybody who has an idea how to free this small amount of memory. Thank you...
FreeLibrary function.
Moderator: 2ffat
Re: FreeLibrary function.
That could just be normal memory caching, or it could be a true memory leak. There is no way to know, or do anything about, unless you have the DLL's source code to recompile with.barisirhan wrote:Everything works fine but what I have realized is that after call to FreeLibrary function total amount of memory allocated during LoadLibrary function is NOT totall freed but partly.
Remy Lebeau (TeamB)
Lebeau Software
Lebeau Software