summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 14:53:05 -0400
committerGravatar Joshua Hill2010-05-22 14:53:05 -0400
commitead23ad2b1bcfff151fd7f476fa32f949d509c6a (patch)
treed79ef7d0aacae798f797b12dedaf0dcfb31cb2ea /src/idevicerestore.c
parenta184cda744006d4a597ff5a23b67b635dd28c222 (diff)
downloadidevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.gz
idevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.bz2
Fixed stupid stupid stupid bug
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);