From 5e31b0358f263afd3aace560fb438959536ff3c5 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Mon, 31 May 2010 15:20:36 -0400 Subject: Copy and paste error, this should free name, not path --- src/idevicerestore.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.1-32-gdbae