summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 0719508..0b294b9 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -287,7 +287,7 @@ int main(int argc, char* argv[]) {
if(recovery_error != IRECV_E_SUCCESS) {
error("ERROR: Unable to send IMG3: %s\n", ibec_path);
irecv_close(recovery);
- image3_free(ibec_img3);
+ img3_free(ibec_img3);
}
irecv_close(recovery);