Merge "hal: fix a bug introduced as part of changes done for fixing memroy leak"
This commit is contained in:
commit
925b88da5d
|
@ -1699,7 +1699,7 @@ void platform_get_parameters(void *platform,
|
|||
|
||||
kv_pairs = str_parms_to_str(reply);
|
||||
ALOGV_IF(kv_pairs != NULL, "%s: exit: returns - %s", __func__, kv_pairs);
|
||||
free(reply);
|
||||
free(kv_pairs);
|
||||
}
|
||||
|
||||
/* Delay in Us */
|
||||
|
|
Loading…
Reference in New Issue