Merge "hal: fix a bug introduced as part of changes done for fixing memroy leak"

This commit is contained in:
Linux Build Service Account 2014-02-13 23:07:52 -08:00 committed by Gerrit - the friendly Code Review server
commit 925b88da5d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */