View Single Post
  #11  
Old 09-11-2011, 08:38 PM
snwkill snwkill is offline
Approved Member
 
Join Date: Apr 2011
Posts: 94
Default

I don't think that is a memory leak, usually a memory leak happens when a program doesn't clear memory registers that are no longer used, and keeps opening new ones. In turn slowly occupying more and more ram because a certain function keeps using new registers when it could just use the ones it doesn't need anymore.
Reply With Quote