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:
Abhishek Singh 2020-05-17 19:20:44 +05:30 committed by nshrivas
parent a27406006b
commit 65fa031684

View File

@ -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: