------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121561         
kling impul se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kling impul se  2006-08-10 23:45 -------
SVN commit 571854 by kling:

Fixed a null-pointer dereference crash.

BUG: 121561


 M  +1 -1      ircprotocol.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/irc/ircprotocol.cpp 
#571853:571854
 @ -344,7 +344,7  @
 
 void IRCProtocol::slotMessageFilter( Kopete::Message &msg )
 {
-       if( msg.from()->protocol() == this )
+       if( msg.from() && msg.from()->protocol() == this )
        {
                QString messageText = msg.escapedBody();
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to