diff options
author | Joshua Hill | 2010-06-04 16:02:05 -0400 |
---|---|---|
committer | Joshua Hill | 2010-06-04 16:02:05 -0400 |
commit | 26e7635460c7369be07455a7bcc7621cf53cdd2d (patch) | |
tree | 418ddb485d8ad259b207cdb4cdc79b66dc328349 /src/tss.c | |
parent | 95d83e38a95c9cf28ffa59611149fbba242449c4 (diff) | |
download | idevicerestore-26e7635460c7369be07455a7bcc7621cf53cdd2d.tar.gz idevicerestore-26e7635460c7369be07455a7bcc7621cf53cdd2d.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; |