CVS commit by mklingens: if( foo ) delete foo; -> delete foo; CCMAIL: Till Gerken Till, I have a diff here for you to send to Justin and/or to commit to CVS, but I assume this change is so trivial that Justin will accept it anyway. If not, please shout. M +1 -3 xmpp_stream.cpp 1.5 M +1 -2 xmpp_vcard.cpp 1.3 --- kdenetwork/kopete/protocols/jabber/libxmpp/xmpp/src/xmpp_stream.cpp #1.4:1.5 @@ -527,6 +527,4 @@ Stream::~Stream() delete d->noopTimer; - - if(d->ssl) delete d->ssl; delete d; --- kdenetwork/kopete/protocols/jabber/libxmpp/xmpp/src/xmpp_vcard.cpp #1.2:1.3 @@ -190,5 +190,4 @@ VCard::Private::Private() VCard::Private::~Private() { - if ( agent ) delete agent; }