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
378 client_loc->parent = plistclient; 378 client_loc->parent = plistclient;
379 client_loc->udid = NULL; 379 client_loc->udid = NULL;
380 client_loc->label = NULL; 380 client_loc->label = NULL;
381 client_loc->info = NULL;
381 if (label != NULL) 382 if (label != NULL)
382 client_loc->label = strdup(label); 383 client_loc->label = strdup(label);
383 384