This probably won't do anything because the vast majority of IL-2 is written in C++. It is possible (though unlikely) to have memory "leaks" in managed code, but a garbage collector can't do anything about that. The memory has to be properly dereferenced to begin with.
|