| 75 char tmp[256]; |
75 char tmp[256]; |
| 76 |
76 |
| 77 if (status == SILC_CLIENT_FILE_MONITOR_CLOSED) { |
77 if (status == SILC_CLIENT_FILE_MONITOR_CLOSED) { |
| 78 /* All started sessions terminate here */ |
78 /* All started sessions terminate here */ |
| 79 purple_xfer_set_protocol_data(xfer->xfer, NULL); |
79 purple_xfer_set_protocol_data(xfer->xfer, NULL); |
| 80 purple_xfer_unref(xfer->xfer); |
80 g_object_unref(xfer->xfer); |
| 81 silc_free(xfer); |
81 silc_free(xfer); |
| 82 return; |
82 return; |
| 83 } |
83 } |
| 84 |
84 |
| 85 if (status == SILC_CLIENT_FILE_MONITOR_DISCONNECT) { |
85 if (status == SILC_CLIENT_FILE_MONITOR_DISCONNECT) { |