diff options
| -rw-r--r-- | src/file_relay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file_relay.c b/src/file_relay.c index 5055556..455855b 100644 --- a/src/file_relay.c +++ b/src/file_relay.c | |||
| @@ -59,6 +59,7 @@ LIBIMOBILEDEVICE_API file_relay_error_t file_relay_client_free(file_relay_client | |||
| 59 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { | 59 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { |
| 60 | return FILE_RELAY_E_UNKNOWN_ERROR; | 60 | return FILE_RELAY_E_UNKNOWN_ERROR; |
| 61 | } | 61 | } |
| 62 | free(client); | ||
| 62 | return FILE_RELAY_E_SUCCESS; | 63 | return FILE_RELAY_E_SUCCESS; |
| 63 | } | 64 | } |
| 64 | 65 | ||
