# HG changeset patch # User Marcus Lundblad # Date 1229382829 0 # Node ID 3918ed48d7a8160f0e147aadd29f1292561dac80 # Parent 16b901793d7ccdfe9e7d65f70be339b3d7453906 Removed debug output referencing a char * that can be NULL, causing crashes on Windows. Besides, the output wasn't really needed. Thanks Phil, for finding this one... diff -r 16b901793d7c -r 3918ed48d7a8 libpurple/protocols/jabber/ibb.c --- a/libpurple/protocols/jabber/ibb.c Mon Dec 15 23:10:39 2008 +0000 +++ b/libpurple/protocols/jabber/ibb.c Mon Dec 15 23:13:49 2008 +0000 @@ -109,7 +109,6 @@ jabber_ibb_session_close(sess); } - purple_debug_info("jabber", "IBB: last_iq_id: %s\n", sess->last_iq_id); if (sess->last_iq_id) { purple_debug_info("jabber", "IBB: removing callback for %s\n", sess->last_iq_id);