qcacmn: Release vdev ref in case of tdls_priv NULL pointer
In functions wlan_cfg80211_tdls_get_all_peers and wlan_cfg80211_tdls_mgmt, if tdls_priv is NULL then vdev ref is not released before returning from the respective functions. This can lead to ref leak. Release vdev ref before returning from function. Change-Id: I90e2a7b28ba5c7eede52c77575354af9587ea9ca CRs-Fixed: 2478388
Loading
Please register or sign in to comment