Menu

#2 Memory Leak

open
nobody
None
5
2009-04-17
2009-04-17
No

Parser is not releasing memory even after going out of scope. Ex)

function blah () {
$page =& new DOMIT_Document();
$page->loadXML("myurl"); <---- this grabs memory and doesn't release
my work;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.