From: Pino Toscano Date: Sat, 17 Feb 2007 14:18:32 +0000 (+0000) Subject: fix typo that caused to leak th whole Private class X-Git-Tag: v3.80.3~30 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8e2bef88b8ec52c0133557865c5189d25e6c5bdf;p=libqmvoc.git fix typo that caused to leak th whole Private class svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634531 --- 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 );