| 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; |