commit | 9034c633c5a180dadb3c56567f97863e09d63904 | [log] [tgz] |
---|---|---|
author | qimengp <qimengp@codeaurora.org> | Wed Dec 07 18:02:51 2016 +0800 |
committer | qimengp <qimengp@codeaurora.org> | Tue Dec 13 19:32:07 2016 +0800 |
tree | b545a4cce26af2c2ac6cdf5644f1f0f927c32c43 | |
parent | f660ebb22938f60323c704002c707e4e6d461694 [diff] |
SnapdragonCamera:Fix FC cause by Null pointer When clearSight is failed, handleTimeout() is invoked to reset clearsight Engine, but ClearsightProcessHandler is still working and try to access null pointer object. By adding protect of null pointer can fix this issue. Change-Id: I4722721f3715077ec8303c4d14693ae4c1484420