summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-08 20:34:28 -0400
committerGravatar Joshua Hill2010-06-08 20:34:28 -0400
commit59fdd010aa845557b0eb90b98959c0cd112b638c (patch)
tree718aacfe3747db6c1e3141ae9261992bc603dd48 /src/recovery.c
parentebc6622cec840d5a7310e27864773ee600034bd4 (diff)
downloadidevicerestore-59fdd010aa845557b0eb90b98959c0cd112b638c.tar.gz
idevicerestore-59fdd010aa845557b0eb90b98959c0cd112b638c.tar.bz2
started to add support multiple build identities
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 361ce11..cc523f5 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -131,8 +131,8 @@ int recovery_send_signed_component(irecv_client_t client, const char* ipsw, plis
free(data);
return -1;
}
- free(data);
+ free(data);
return 0;
}