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.
|