# HG changeset patch # User Ethan Blanton # Date 1134018801 0 # Node ID 51898e3031e6a8a6c7325b40556a90fa8a8ea3ac # Parent a2f7bb907926ccba9092610b9f37f9dfd76099fc [gaim-migrate @ 14701] jabber_close was trying to set our presence with jabber_presence_send, but passing a NULL status -- which causes jabber_presence_send to return immediately when the glib sanity functions are enabled, and a swift core dump with G_DISABLE_CHECKS. committer: Tailor Script diff -r a2f7bb907926 -r 51898e3031e6 src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Thu Dec 08 05:10:50 2005 +0000 +++ b/src/protocols/jabber/jabber.c Thu Dec 08 05:13:21 2005 +0000 @@ -785,7 +785,6 @@ { JabberStream *js = gc->proto_data; - jabber_presence_send(gc->account, NULL); jabber_send_raw(js, "", -1); if(js->gsc) {