commit | ba8507f52a485eaf55ca8722e2999d7e89fc7b71 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Oct 15 08:15:53 2018 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 15 08:15:53 2018 -0700 |
tree | 43bf9246e412159eeccc59159e24fe10af8834dc | |
parent | b9c5999543764311a8a9b57b097fa1973d5a27ca [diff] | |
parent | 7076ff445c34516fcfc06c1bd3da8faf8df2d181 [diff] |
Merge "hal: platform: Invoke acdb deallocate api"
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c index 128a458..b265ce8 100644 --- a/hal/msm8974/platform.c +++ b/hal/msm8974/platform.c
@@ -2672,6 +2672,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();