diff options
author | Joshua Hill | 2010-06-05 04:02:05 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:28 +0800 |
commit | ce999c67996515b278f49ea88f4e306dc0308ff3 (patch) | |
tree | 418ddb485d8ad259b207cdb4cdc79b66dc328349 /src/tss.c | |
parent | f37ceaa046ac9114789a9334cfff04fba3805601 (diff) | |
download | idevicerestore-ce999c67996515b278f49ea88f4e306dc0308ff3.tar.gz idevicerestore-ce999c67996515b278f49ea88f4e306dc0308ff3.tar.bz2 |
Refactoring continued, lots of bug fixes, probably about half way through
Diffstat (limited to 'src/tss.c')
-rw-r--r-- | src/tss.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ plist_t tss_create_request(plist_t build_identity, uint64_t ecid) { plist_dict_insert_item(tss_request, key, tss_entry); free(key); } - plist_free(manifest_node); int sz = 0; char* xml = NULL; |