diff options
Diffstat (limited to 'src/property_list_service.c')
-rw-r--r-- | src/property_list_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c index 68aa455..56e735b 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c @@ -76,7 +76,7 @@ property_list_service_error_t property_list_service_client_new(idevice_t device, } /* create client object */ - property_list_service_client_t client_loc = (property_list_service_client_t)malloc(sizeof(struct property_list_service_client_int)); + property_list_service_client_t client_loc = (property_list_service_client_t)malloc(sizeof(struct property_list_service_client_private)); client_loc->connection = connection; *client = client_loc; |