[Konversation-devel] [Bug 131123] Choosing to close chat tab after adding to ignore list crashes Konversation
Andreas Kling
kling at impul.se
Mon Jul 24 17:01:27 CEST 2006
------- 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=131123
kling impul se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kling impul se 2006-07-24 17:01 -------
SVN commit 565822 by kling:
Fixed dangling pointer dereference when doing an ignore-and-close in query window.
BUG: 131123
M +1 -1 server.cpp
--- trunk/extragear/network/konversation/src/server.cpp #565821:565822
@ -1932,7 +1932,7 @
// else select next query
else lookQuery=queryList.next();
}
- delete query;
+ query->deleteLater();
}
void Server::sendJoinCommand(const QString& name, const QString& password)
More information about the Konversation-devel
mailing list