commit | 06a7dbdd9611dbdc40c9548b33ce52bbf07047f1 | [log] [tgz] |
---|---|---|
author | Dikshita Agarwal <dikshita@codeaurora.org> | Thu Sep 05 13:03:38 2019 +0530 |
committer | Dikshita Agarwal <dikshita@codeaurora.org> | Mon Sep 09 09:08:14 2019 +0530 |
tree | fb22e6c53f929f7fef00f420ec5f053fd57e4fb2 | |
parent | 9bb5ab3092d3fcb77b911d6a54f5c07c96e3313f [diff] |
mm-video: vdec: avoid closing same fd twice When freeing the buffer, same fd is being close twice which might result into crash if some other program start using the fd and we will end up closing a fd used by some other thread or program. this change will avoid closing the same fd twice. Change-Id: I037358a4a1e02a2cc6c52740ae44bbc8f080dc4c