From f3d21af83a2846d1c20fc845cf88329ff1f2b1a9 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 Dec 2002 18:25:17 +0000 Subject: QBusyBar::~QBusyBar ( ) { + delete [] m_fadecols; --- diff --git a/noncore/unsupported/qpdf/qbusybar.cpp b/noncore/unsupported/qpdf/qbusybar.cpp index f5c62fa..ce7ab8e 100644 --- a/noncore/unsupported/qpdf/qbusybar.cpp +++ b/noncore/unsupported/qpdf/qbusybar.cpp @@ -53,6 +53,7 @@ void QBusyBar::setParameters ( int d, int s, int v ) QBusyBar::~QBusyBar ( ) { + delete [] m_fadecols; } bool QBusyBar::isBusy ( ) const -- cgit v0.9.0.2