From: Pino Toscano Date: Sun, 11 Feb 2007 23:01:49 +0000 (+0000) Subject: the parser does not own the original elements, no better not delete them X-Git-Tag: v3.80.3~67 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=9ffff3201ced3acc0643ce86d0f239e54b942b7a;p=libqmvoc.git the parser does not own the original elements, no better not delete them svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=632704 --- diff --git a/libscience/moleculeparser.cpp b/libscience/moleculeparser.cpp index f565763..21e5813 100644 --- a/libscience/moleculeparser.cpp +++ b/libscience/moleculeparser.cpp @@ -112,7 +112,6 @@ MoleculeParser::MoleculeParser(const QString& _str) MoleculeParser::~MoleculeParser() { - qDeleteAll(m_elementList); }