Fixed 1.000.000 Valgrind warnings.
svn-id: r33711
This commit is contained in:
parent
01b8373d95
commit
ea69217a13
8 changed files with 78 additions and 34 deletions
|
@ -191,6 +191,9 @@ bool XMLParser::parse() {
|
|||
if (_XMLkeys == 0)
|
||||
buildLayout();
|
||||
|
||||
while (!_activeKey.empty())
|
||||
delete _activeKey.pop();
|
||||
|
||||
cleanup();
|
||||
|
||||
bool activeClosure = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue