summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-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);