]> Git trees. - libqmvoc.git/commitdiff
the parser does not own the original elements, no better not delete them
authorPino Toscano <pino@kde.org>
Sun, 11 Feb 2007 23:01:49 +0000 (23:01 +0000)
committerPino Toscano <pino@kde.org>
Sun, 11 Feb 2007 23:01:49 +0000 (23:01 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=632704

libscience/moleculeparser.cpp

index f56576395909553385e785d8206e1a86a832e2f7..21e58135f9ef9235a7834e84e22f901144d2dec8 100644 (file)
@@ -112,7 +112,6 @@ MoleculeParser::MoleculeParser(const QString& _str)
 
 MoleculeParser::~MoleculeParser()
 {
-    qDeleteAll(m_elementList);
 }