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
1 file changed