diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/diagnostics_relay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diagnostics_relay.c b/src/diagnostics_relay.c index f67c4df..79e041e 100644 --- a/src/diagnostics_relay.c +++ b/src/diagnostics_relay.c | |||
| @@ -104,6 +104,7 @@ LIBIMOBILEDEVICE_API diagnostics_relay_error_t diagnostics_relay_client_free(dia | |||
| 104 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { | 104 | if (property_list_service_client_free(client->parent) != PROPERTY_LIST_SERVICE_E_SUCCESS) { |
| 105 | return DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR; | 105 | return DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR; |
| 106 | } | 106 | } |
| 107 | free(client); | ||
| 107 | return DIAGNOSTICS_RELAY_E_SUCCESS; | 108 | return DIAGNOSTICS_RELAY_E_SUCCESS; |
| 108 | } | 109 | } |
| 109 | 110 | ||
