diff options
Diffstat (limited to 'src/device_link_service.c')
| -rw-r--r-- | src/device_link_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device_link_service.c b/src/device_link_service.c index a5befc7..51fcc80 100644 --- a/src/device_link_service.c +++ b/src/device_link_service.c | |||
| @@ -116,6 +116,7 @@ device_link_service_error_t device_link_service_client_free(device_link_service_ | |||
| 116 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { | 116 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { |
| 117 | return DEVICE_LINK_SERVICE_E_UNKNOWN_ERROR; | 117 | return DEVICE_LINK_SERVICE_E_UNKNOWN_ERROR; |
| 118 | } | 118 | } |
| 119 | free(client); | ||
| 119 | return DEVICE_LINK_SERVICE_E_SUCCESS; | 120 | return DEVICE_LINK_SERVICE_E_SUCCESS; |
| 120 | } | 121 | } |
| 121 | 122 | ||
