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()