From: Pino Toscano Date: Sun, 11 Apr 2010 15:44:55 +0000 (+0000) Subject: force the deletion of the khtmlpart before the widget X-Git-Tag: v4.4.80~8 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=70bf0d26a2ec83eecc70dfe7555299ba06315331;p=libqmvoc.git force the deletion of the khtmlpart before the widget svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1113726 --- diff --git a/kdeeduui/kdeeduglossary.cpp b/kdeeduui/kdeeduglossary.cpp index c6ed902..0ff3a43 100644 --- a/kdeeduui/kdeeduglossary.cpp +++ b/kdeeduui/kdeeduglossary.cpp @@ -95,6 +95,8 @@ class GlossaryDialog::Private { delete (*it).glossary; } + + delete m_htmlpart; } void rebuildTree();