From 8e2bef88b8ec52c0133557865c5189d25e6c5bdf Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 17 Feb 2007 14:18:32 +0000 Subject: [PATCH] fix typo that caused to leak th whole Private class svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634531 --- kdeeduplot/kplotwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index b06261d..512f4ff 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -58,7 +58,7 @@ class KPlotWidget::Private axes.insert( TopAxis, topAxis ); } - Private() + ~Private() { qDeleteAll( objectList ); qDeleteAll( axes ); -- 2.47.3