summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.c b/src/restore.c
index a9ab8b9..3474091 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -378,6 +378,7 @@ restored_error_t restored_client_new(idevice_t device, restored_client_t *client
client_loc->parent = plistclient;
client_loc->udid = NULL;
client_loc->label = NULL;
+ client_loc->info = NULL;
if (label != NULL)
client_loc->label = strdup(label);