------- 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=115772         




------- Additional Comments From kedgedev centrum cz  2006-03-07 02:32 -------
Can somebody try to change in file kopete/protocols/oscar/liboscar/client.cpp
void Client::close()
{
        d->active = false;
        d->connections.clear();
        deleteStaticTasks();
... to ...
void Client::close()
{
        d->active = false;
        deleteStaticTasks();
        d->connections.clear();

and test if it will still crash.
Thanks
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to