Hi all, I p/Invoke a VC++ dll in C#, but there is serious memory leak, how can I fix the memory leakage by the VC++ dll caused by P/Invoke ? (the leakage seem not come from the internal C++ code inside the dll, so I suspect it come from the loading and unloading of the dll in C#) Thanks