diff options
Diffstat (limited to 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index ee9af5f..e600452 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -122,7 +122,7 @@ mobilesync_error_t mobilesync_client_free(mobilesync_client_t client) | |||
| 122 | { | 122 | { |
| 123 | if (!client) | 123 | if (!client) |
| 124 | return MOBILESYNC_E_INVALID_ARG; | 124 | return MOBILESYNC_E_INVALID_ARG; |
| 125 | device_link_service_disconnect(client->parent); | 125 | device_link_service_disconnect(client->parent, "All done, thanks for the memories"); |
| 126 | mobilesync_error_t err = mobilesync_error(device_link_service_client_free(client->parent)); | 126 | mobilesync_error_t err = mobilesync_error(device_link_service_client_free(client->parent)); |
| 127 | free(client); | 127 | free(client); |
| 128 | return err; | 128 | return err; |
