commit | eba01eede5a13aeb50d549f563186a759cfa157a | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Oct 22 20:27:58 2018 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 22 20:27:58 2018 -0700 |
tree | 7f5d00b633e669da3ec8124aadd78f5d3d8e9a2d | |
parent | 32d50419a13e7ef486468be8337c4f2eeb73ceba [diff] | |
parent | c98136c1b2cddc63cff8f08a9e568437920fa0eb [diff] |
Merge "hal: Invoke acdb deallocate api"
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c index 76b339b..6e327f2 100644 --- a/hal/msm8916/platform.c +++ b/hal/msm8916/platform.c
@@ -2833,6 +2833,9 @@ /* free acdb_meta_key_list */ platform_release_acdb_metainfo_key(platform); + if (my_data->acdb_deallocate) + my_data->acdb_deallocate(); + free(platform); /* deinit usb */ audio_extn_usb_deinit();