Cross Reference: pidgin-04-jabber-msg.diff
xref
: /
solaris-desktop
/
patches
/
pidgin-04-jabber-msg.diff
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
18742
N/A
---
pidgin-2.7.0/libpurple/protocols/jabber/jabber.c.old
2010-05-13 15:27:49.161075628 +0800
18742
N/A
+++
pidgin-2.7.0/libpurple/protocols/jabber/jabber.c
2010-05-13 15:28:04.942072953 +0800
18742
N/A
@@ -168,6 +168,8 @@
17061
N/A
} else {
17061
N/A
PurpleConnectionError reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
17061
N/A
char *msg = jabber_parse_error(js, packet, &reason);
17061
N/A
+ if (!msg)
17061
N/A
+ return;
17061
N/A
purple_connection_error_reason(js->gc, reason, msg);
17061
N/A
g_free(msg);
18742
N/A