diff options
Diffstat (limited to 'dev/lckdclient.c')
| -rw-r--r-- | dev/lckdclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/lckdclient.c b/dev/lckdclient.c index 4dcb0b4..b880253 100644 --- a/dev/lckdclient.c +++ b/dev/lckdclient.c | |||
| @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) | |||
| 49 | free(uuid); | 49 | free(uuid); |
| 50 | 50 | ||
| 51 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { | 51 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { |
| 52 | iphone_free_device(phone); | 52 | iphone_device_free(phone); |
| 53 | return -1; | 53 | return -1; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| @@ -109,7 +109,7 @@ int main(int argc, char *argv[]) | |||
| 109 | } | 109 | } |
| 110 | clear_history(); | 110 | clear_history(); |
| 111 | lockdownd_client_free(client); | 111 | lockdownd_client_free(client); |
| 112 | iphone_free_device(phone); | 112 | iphone_device_free(phone); |
| 113 | 113 | ||
| 114 | return 0; | 114 | return 0; |
| 115 | } | 115 | } |
