[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2009-01-20 22:55:20
Message-ID: 1232492120.819808.3097.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 914355 by rjarosz:

Fix crash during ICQ/AIM disconnection.

BUG: 181431



 M  +3 -0      connection.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/connection.cpp #914354:914355
@@ -67,6 +67,9 @@
 
 Connection::~Connection()
 {
+	// During clientStream deletion it can emit connected signal so we disconnect signals.
+	disconnect( d->clientStream, 0, this, 0 );
+
 	delete d->rateClassManager;
 	delete d->clientStream;
 	delete d;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic