qcacld-3.0: Free lmac tx/rx ops in start module failure
The lmac tx/rx ops are not freed in failure case of start module which lead to mem leak. So Free lmac tx/rx ops in start module failure. Change-Id: Ib222e7e31164488cca7b7cc3d241f895f49daa6d CRs-Fixed: 2688176
This commit is contained in:
parent
a27406006b
commit
65fa031684
@ -3836,6 +3836,7 @@ close:
|
||||
|
||||
psoc_close:
|
||||
hdd_component_psoc_close(hdd_ctx->psoc);
|
||||
wlan_global_lmac_if_close(hdd_ctx->psoc);
|
||||
cds_deinit_ini_config();
|
||||
|
||||
cds_free:
|
||||
|
Loading…
Reference in New Issue
Block a user