From kde-commits Tue May 03 11:33:33 2011 From: Laurent Montel Date: Tue, 03 May 2011 11:33:33 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <20110503113333.1FEF0AC85F () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130442245403382 SVN commit 1230282 by mlaurent: Fix mem leak M +1 -0 otrpreferences.cpp --- trunk/KDE/kdenetwork/kopete/plugins/otr/otrpreferences.cpp #1230281:1230282 @@ -100,6 +100,7 @@ } OTRPreferences::~OTRPreferences(){ + delete preferencesDialog; } void OTRPreferences::generateFingerprint()