|
@@ -618,7 +618,8 @@ void lim_cleanup(tpAniSirGlobal pMac)
|
|
qdf_mutex_release(&pMac->lim.lim_frame_register_lock);
|
|
qdf_mutex_release(&pMac->lim.lim_frame_register_lock);
|
|
qdf_list_destroy(&pMac->lim.gLimMgmtFrameRegistratinQueue);
|
|
qdf_list_destroy(&pMac->lim.gLimMgmtFrameRegistratinQueue);
|
|
qdf_mutex_destroy(&pMac->lim.lim_frame_register_lock);
|
|
qdf_mutex_destroy(&pMac->lim.lim_frame_register_lock);
|
|
-
|
|
|
|
|
|
+ qdf_mem_free(pMac->lim.gpLimRemainOnChanReq);
|
|
|
|
+ pMac->lim.gpLimRemainOnChanReq = NULL;
|
|
lim_cleanup_mlm(pMac);
|
|
lim_cleanup_mlm(pMac);
|
|
|
|
|
|
/* free up preAuth table */
|
|
/* free up preAuth table */
|