src/protocols/oscar/oscar_data.c

changeset 13609
a6fbfad454b6
parent 13598
04f6791f65e0
equal deleted inserted replaced
13608:ea1ff832e306 13609:a6fbfad454b6
106 if (od->getblisttimer > 0) 106 if (od->getblisttimer > 0)
107 gaim_timeout_remove(od->getblisttimer); 107 gaim_timeout_remove(od->getblisttimer);
108 if (od->getinfotimer > 0) 108 if (od->getinfotimer > 0)
109 gaim_timeout_remove(od->getinfotimer); 109 gaim_timeout_remove(od->getinfotimer);
110 while (od->oscar_connections != NULL) 110 while (od->oscar_connections != NULL)
111 flap_connection_destroy(od->oscar_connections->data); 111 flap_connection_destroy(od->oscar_connections->data,
112 OSCAR_DISCONNECT_DONE);
112 113
113 while (od->peer_connections != NULL) 114 while (od->peer_connections != NULL)
114 peer_connection_destroy(od->peer_connections->data, 115 peer_connection_destroy(od->peer_connections->data,
115 PEER_DISCONNECT_LOCAL_CLOSED); 116 OSCAR_DISCONNECT_LOCAL_CLOSED);
116 117
117 if (od->handlerlist != NULL) 118 if (od->handlerlist != NULL)
118 aim_clearhandlers(od); 119 aim_clearhandlers(od);
119 120
120 aim__shutdownmodules(od); 121 aim__shutdownmodules(od);

mercurial