comparison src/protocols/jabber/jabber.c @ 3613:95669ff6dc3b

[gaim-migrate @ 3727] Also by faceprint--a Jabber fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 09 Oct 2002 05:46:02 +0000
parents bb966d68f9e3
children 9682c0e022c6
comparison
equal deleted inserted replaced
3612:abb114442532 3613:95669ff6dc3b
2188 } 2188 }
2189 if (gc->inpa) 2189 if (gc->inpa)
2190 gaim_input_remove(gc->inpa); 2190 gaim_input_remove(gc->inpa);
2191 2191
2192 if(jd) { 2192 if(jd) {
2193 g_timeout_add(50, jabber_free, jd); 2193 g_timeout_add(0, jabber_free, jd);
2194 if(jd->gjc != NULL) 2194 if(jd->gjc != NULL)
2195 xmlnode_free(jd->gjc->current); 2195 xmlnode_free(jd->gjc->current);
2196 } 2196 }
2197 gc->proto_data = NULL; 2197 gc->proto_data = NULL;
2198 } 2198 }