diff options
| author | 2014-03-10 16:06:22 +0100 | |
|---|---|---|
| committer | 2014-03-10 16:06:22 +0100 | |
| commit | 0130406fef52c4f2b011518ea6e07971ecf8662e (patch) | |
| tree | 1bd159e4d4599b6e7c38166bbdc8c014b69b3438 /src | |
| parent | fefa37c6eabeef68816414a5802fa14481e57e68 (diff) | |
| download | libimobiledevice-0130406fef52c4f2b011518ea6e07971ecf8662e.tar.gz libimobiledevice-0130406fef52c4f2b011518ea6e07971ecf8662e.tar.bz2 | |
lockdown: removed outdated call to lockdownd_goodbye() in lockdown_client_free()
Diffstat (limited to 'src')
| -rw-r--r-- | src/lockdown.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index a0bc2f4..641fcdb 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -269,10 +269,6 @@ lockdownd_error_t lockdownd_client_free(lockdownd_client_t client) | |||
| 269 | lockdownd_stop_session(client, client->session_id); | 269 | lockdownd_stop_session(client, client->session_id); |
| 270 | } | 270 | } |
| 271 | 271 | ||
| 272 | if (client->parent) { | ||
| 273 | lockdownd_goodbye(client); | ||
| 274 | } | ||
| 275 | |||
| 276 | ret = lockdownd_client_free_simple(client); | 272 | ret = lockdownd_client_free_simple(client); |
| 277 | 273 | ||
| 278 | return ret; | 274 | return ret; |
