diff options
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index 4193b7f..8528087 100644 --- a/src/normal.c +++ b/src/normal.c @@ -163,7 +163,7 @@ int normal_check_mode(struct idevicerestore_client_t* client) { if (!device) { return -1; } - idevice_free(device); + idevice_free(device); return 0; } |