Re: [PATCH] nl80211: Fix potential memory leak in nl80211_set_wowlan

2015-12-15 Thread Johannes Berg
On Sat, 2015-12-12 at 23:17 +0100, Ola Olsson wrote: > Compared to cfg80211_rdev_free_wowlan in core.h, > the error goto label lacks the freeing of nd_config. > Fix that. > Applied. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to m

[PATCH] nl80211: Fix potential memory leak in nl80211_set_wowlan

2015-12-12 Thread Ola Olsson
Compared to cfg80211_rdev_free_wowlan in core.h, the error goto label lacks the freeing of nd_config. Fix that. Signed-off-by: Ola Olsson --- net/wireless/nl80211.c |1 + 1 file changed, 1 insertion(+) diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index 4b5ff71..75b0d23 10064