commit | 6eb4f75c349a20a5fe07f8821a20188ecc937eac | [log] [tgz] |
---|---|---|
author | yidongh <yidongh@codeaurora.org> | Wed Apr 19 18:20:57 2017 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri May 05 02:42:53 2017 -0700 |
tree | 26465ac5d030ad18d0ce7c1ed0d429f2aef58a20 | |
parent | 653aaefa4f0a3b503976aa6f0bfd59a8cacfea42 [diff] |
hal: Fix memory leakage in audio HAL Memory leakage is observed in HAL where data allocated is not freed at the end of function. Free allocated data at the end of function. Change-Id: I9d46525234af742772a1cc0e70d3baeedda57698 CRs-Fixed: 2033673