commit | b0c58b1c28f95b653808a32e1069f88e474bfd0d | [log] [tgz] |
---|---|---|
author | Terence Hampson <thampson@codeaurora.org> | Tue Oct 30 17:56:36 2012 -0400 |
committer | Terence Hampson <thampson@codeaurora.org> | Tue Nov 06 12:35:52 2012 -0500 |
tree | e1810fb228d38bd76321c77485cfde528df6f5ff | |
parent | aa64d3a2c70286485c37ae640bf929c451ac6188 [diff] |
media: video: Prevent buffer ion resource from being freed twice It was possible for the client to have two threads running where one would be blocked in dq_buf that would wake up while the other thread was in the process of turning the stream off. This cause two thread to try freeing the ion resource which would result in a crash. Change-Id: Ibbbf34c7770eed99e1a89d2a4c41ad48f5b6a13a Signed-off-by: Terence Hampson <thampson@codeaurora.org>