View Single Post
  #2  
Old 07-03-2011, 11:57 PM
TheEnlightenedFlorist TheEnlightenedFlorist is offline
Approved Member
 
Join Date: May 2011
Location: SLC, Utah, USA
Posts: 143
Default

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.
Reply With Quote