diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/restore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.c b/src/restore.c index b46702d..d0f9363 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1162,6 +1162,7 @@ static int restore_handle_trek_bbfw(const char* bbfwtmp, plist_t response, unsig error("ERROR: out of memory\n"); goto leave; } + blob = NULL; if (zip_add(za, "bbticket.der", zs) == -1) { error("ERROR: could not add bbticket.der to archive\n"); |