Fixed 1.000.000 Valgrind warnings.

svn-id: r33711
This commit is contained in:
Vicent Marti 2008-08-09 14:15:34 +00:00
parent 01b8373d95
commit ea69217a13
8 changed files with 78 additions and 34 deletions

View file

@ -191,6 +191,9 @@ bool XMLParser::parse() {
if (_XMLkeys == 0)
buildLayout();
while (!_activeKey.empty())
delete _activeKey.pop();
cleanup();
bool activeClosure = false;