diff options
Diffstat (limited to 'src/property_list_service.c')
| -rw-r--r-- | src/property_list_service.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c index b8d4b93..3f2e6c3 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c | |||
| @@ -101,7 +101,10 @@ property_list_service_error_t property_list_service_client_free(property_list_se | |||
| 101 | return PROPERTY_LIST_SERVICE_E_INVALID_ARG; | 101 | return PROPERTY_LIST_SERVICE_E_INVALID_ARG; |
| 102 | 102 | ||
| 103 | property_list_service_error_t err = service_to_property_list_service_error(service_client_free(client->parent)); | 103 | property_list_service_error_t err = service_to_property_list_service_error(service_client_free(client->parent)); |
| 104 | |||
| 104 | free(client); | 105 | free(client); |
| 106 | client = NULL; | ||
| 107 | |||
| 105 | return err; | 108 | return err; |
| 106 | } | 109 | } |
| 107 | 110 | ||
