libgaim/protocols/oscar/peer.c

changeset 15354
52ba52a13827
parent 15345
797936e968ff
child 20471
1966704b3e42
child 20472
6a6d2ef151e6
equal deleted inserted replaced
15353:6cb9019ddd3f 15354:52ba52a13827
203 conn = data; 203 conn = data;
204 204
205 gaim_request_close_with_handle(conn); 205 gaim_request_close_with_handle(conn);
206 206
207 peer_connection_close(conn); 207 peer_connection_close(conn);
208
209 if (conn->checksum_data != NULL)
210 peer_oft_checksum_destroy(conn->checksum_data);
208 211
209 if (conn->xfer != NULL) 212 if (conn->xfer != NULL)
210 { 213 {
211 GaimXferStatusType status; 214 GaimXferStatusType status;
212 conn->xfer->data = NULL; 215 conn->xfer->data = NULL;

mercurial