gaim/gaim

fix 1109625
oldstatus
2005-01-30, Nathan Walp
43bedd8d85ed
Parents f7b8ba0c3198
Children ef6ac96351d1
fix 1109625
--- a/src/protocols/jabber/presence.c Fri Jan 28 18:49:04 2005 -0500
+++ b/src/protocols/jabber/presence.c Sun Jan 30 12:19:12 2005 -0500
@@ -352,7 +352,7 @@
/* If we haven't joined the chat yet, we don't care that someone
* left, or it was us leaving after we closed the chat */
if(!chat->conv) {
- if(!strcmp(jid->resource, chat->handle))
+ if(jid->resource && chat->handle && !strcmp(jid->resource, chat->handle))
jabber_chat_destroy(chat);
jabber_id_free(jid);
g_free(status);