commit | e1f32aef2904abe1efb18641a473d3a37a1d7632 | [log] [tgz] |
---|---|---|
author | Pushkaraj Patil <ppatil@codeaurora.org> | Wed Feb 12 13:32:00 2014 +0530 |
committer | Pushkaraj Patil <ppatil@codeaurora.org> | Wed Feb 19 11:00:02 2014 +0530 |
tree | 5c11e777c6fc1983509c3f89f8380586ac7b7715 | |
parent | 5daae27826b6a884fc39772893d0ccefe7c8ea5e [diff] |
mm-video: vdec: avoid set metadata after free buffer In some use cases client frees output buffers before it gets all FBD's, in this process component clears output buffer structures it has for current session. Code dependent on these structures results in crash if it executes after free buffer. This change checks for such condition and avoids the same. CRs-fixed: 614669 Change-Id: Ia2b76425ebc49721beae2f02f5677d18dbff90a2