msm: camera: common: Fixing memory leak issues and removing dead code
Fixed null pointer dereference, addressed memroy management issues and removed unused variabels CRs-Fixed: 3394193 Change-Id: I477d4b8ea781b20b5b2a66331bebb384e1c703c5 Signed-off-by: Atiya Kailany <quic_akailany@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
cdf8f9bace
commit
a5e1ad91b4
@@ -3824,7 +3824,6 @@ end:
|
||||
do {
|
||||
if (list_empty(&ctx->pending_req_list)) {
|
||||
error_request_id = ctx_isp->last_applied_req_id;
|
||||
req_isp = NULL;
|
||||
break;
|
||||
}
|
||||
req = list_first_entry(&ctx->pending_req_list,
|
||||
|
Reference in New Issue
Block a user