From b9620d31217afd09453a65dba295638271cc43be Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 6 Apr 2012 14:49:34 +0200 Subject: restore: initialize uninitialized struct member info --- src/restore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/restore.c') 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); -- cgit v1.1-32-gdbae