From 4271ebeba90a7f6199aa4645f92813f349e4b815 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 14 Aug 2008 06:39:58 +0000 Subject: [PATCH] Fix mem leak svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=846780 --- private/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/private/style.cpp b/private/style.cpp index 7c960db6d..7c6e503a2 100644 --- a/private/style.cpp +++ b/private/style.cpp @@ -54,6 +54,7 @@ Style::Style() Style::~Style() { + delete d; } void Style::drawComplexControl(ComplexControl control,