commit | 157ce5f60f49ee30a2fd02134671e71c57df0955 | [log] [tgz] |
---|---|---|
author | Phani Kumar Uppalapati <phanik@codeaurora.org> | Thu Nov 15 13:49:14 2012 -0800 |
committer | Phani Kumar Uppalapati <phanik@codeaurora.org> | Fri Nov 16 14:43:38 2012 -0800 |
tree | 5b4a6b79dd6d37061a2706d69570f2ec9c9168ac | |
parent | 3045684e2b5f597f97ae6553aade51da83cccccc [diff] |
ASoC: msm: Fix to avoid accessing freed buffer node list Avoid accessing the buffer node list after it gets freed. Once the mem_map_handle match is found the entire buffer node list will be freed. This change avoids further looping through the buffer node list that will potentially access undefined memory. CRs-fixed: 420543 Change-Id: I3d75d91f4c9a2e607fd289f584d22a8b86cdddfc Signed-off-by: Phani Kumar Uppalapati <phanik@codeaurora.org>