commit | 49831e4988046419a9f7418d019415e3670276e0 | [log] [tgz] |
---|---|---|
author | Asish Bhattacharya <asishb@codeaurora.org> | Fri Oct 14 12:36:55 2011 +0530 |
committer | Asish Bhattacharya <asishb@codeaurora.org> | Fri Oct 21 23:57:31 2011 +0530 |
tree | 96bcec6c593d1809010d0153c56f962eed962012 | |
parent | 829af4815d3314c8c2661fea4f5c807fb0641ef0 [diff] |
ASOC: msm: allocate buf pointer only if session is valid The event handler may get events even if the buffer is deallocated already. The access to buff should be done only if its not deallocated and session valid. Change-Id: I3eac5976db354612cb5550acc2bb67396c8c47fe CRs-fixed: 311574 Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>