From 2af508fefe0776c5f071850ad71c68fb94dbc8dd Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 20 Mar 2008 07:44:02 +0000 Subject: [PATCH] Remove private variable svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=787914 --- dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dialog.cpp b/dialog.cpp index cd8da18a9..4b85bd52a 100644 --- a/dialog.cpp +++ b/dialog.cpp @@ -72,6 +72,7 @@ Dialog::Dialog( QWidget * parent, Qt::WindowFlags f ) Dialog::~Dialog() { + delete d; } void Dialog::themeUpdated()