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, | |||
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | /* create client object */ | 78 | /* create client object */ |
| 79 | property_list_service_client_t client_loc = (property_list_service_client_t)malloc(sizeof(struct property_list_service_client_int)); | 79 | property_list_service_client_t client_loc = (property_list_service_client_t)malloc(sizeof(struct property_list_service_client_private)); |
| 80 | client_loc->connection = connection; | 80 | client_loc->connection = connection; |
| 81 | 81 | ||
| 82 | *client = client_loc; | 82 | *client = client_loc; |
