summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-31 15:20:36 -0400
committerGravatar Joshua Hill2010-05-31 15:20:36 -0400
commit5e31b0358f263afd3aace560fb438959536ff3c5 (patch)
treef4e47d8b23ea20df0259b0ebc606efd344cb72e6 /src
parent362b428f80f91ce0eee5f1686604f78c5f597f25 (diff)
downloadidevicerestore-5e31b0358f263afd3aace560fb438959536ff3c5.tar.gz
idevicerestore-5e31b0358f263afd3aace560fb438959536ff3c5.tar.bz2
Copy and paste error, this should free name, not path
Diffstat (limited to 'src')
-rw-r--r--src/idevicerestore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index eaf55e5..b2f1a5a 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -786,7 +786,6 @@ int get_tss_data_by_path(plist_t tss, const char* path, char** pname, char** pbl
plist_t blob_node = plist_dict_get_item(tss_entry, "Blob");
if (!blob_node || plist_get_node_type(blob_node) != PLIST_DATA) {
error("ERROR: Unable to find TSS blob node in entry %s\n", key);
- free(path);
return -1;
}
plist_get_data_val(blob_node, &blob, &blob_size);