commit | 0359a1f7a4da3372672bb9e5e7d9f37b0ba60f81 | [log] [tgz] |
---|---|---|
author | Aalique Grahame <agrahame@codeaurora.org> | Thu Sep 08 16:54:22 2016 -0700 |
committer | Aalique Grahame <agrahame@codeaurora.org> | Thu Sep 08 16:54:22 2016 -0700 |
tree | 485f7e5e0ee67a54a4bd59434e0b55cd9313814d | |
parent | 435b27b0acd479f0ccb3063829deb1d0b160260a [diff] |
hal: Fix audioserver crash in device switch Audioserver crashes at times when performing a device switch. This is because memory associated with offload callback thread was being freed even though the thread was still active. Fix this by making sure that the thread is created only if the thread is necessary Change-Id: Ib9230d23004d9c8756d7688846d46e14ea219453 CRs-Fixed: 1061896