diff options
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r-- | src/idevicerestore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 1155382..be8c9c7 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -851,7 +851,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); |