msm: synx: Fixing the Uninitializing h_child_list
Uninitialised the h_child_list with else case. Change-Id: I239982bd369e2f63dac5fa74341fe7e1259cb316 Signed-off-by: Ram Nagesh <quic_ramnages@quicinc.com>
This commit is contained in:
parent
8e158e67eb
commit
abe03c6df1
@ -1034,13 +1034,13 @@ int synx_merge(struct synx_session *session,
|
||||
kfree(h_child_list);
|
||||
goto clear;
|
||||
}
|
||||
kfree(h_child_list);
|
||||
}
|
||||
|
||||
dprintk(SYNX_MEM,
|
||||
"[sess :%llu] merge allocated %u, core %pK, fence %pK\n",
|
||||
client->id, *params->h_merged_obj, synx_obj,
|
||||
synx_obj->fence);
|
||||
kfree(h_child_list);
|
||||
synx_put_client(client);
|
||||
return SYNX_SUCCESS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user