summaryrefslogtreecommitdiffstats
path: root/src/mobilebackup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilebackup2.c')
-rw-r--r--src/mobilebackup2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c
index c72823e..c16da9a 100644
--- a/src/mobilebackup2.c
+++ b/src/mobilebackup2.c
@@ -116,6 +116,7 @@ mobilebackup2_error_t mobilebackup2_client_free(mobilebackup2_client_t client)
return MOBILEBACKUP2_E_INVALID_ARG;
mobilebackup2_error_t err = MOBILEBACKUP2_E_SUCCESS;
if (client->parent) {
+ device_link_service_disconnect(client->parent, NULL);
err = mobilebackup2_error(device_link_service_client_free(client->parent));
}
free(client);