In sap_deinit_ctx() the check to free sap_ctx->channelList is after sap_ctx is memset to 0 and thus sap_ctx->channelList will always be NULL and memory will never get freed. Also there is no need to reset scan_vdev_del_in_progress after vdev is deleted in firmware as there still can be the race when scan is processed. scan_vdev_del_in_progress will be deleted with obj_mgr vdev so no need to reset it. Change-Id: Ie5f133d4db48485434436e67ce1643d8e1e04106 CRs-Fixed: 2342039 |
||
---|---|---|
.. | ||
inc | ||
src |