Hi John, > From: Avinash Patil <patila@xxxxxxxxxxx> > > Free ap_custom_ie before return from function. Could you apply this patch for 3.5 please? Thanks, Bing > > Signed-off-by: Avinash Patil <patila@xxxxxxxxxxx> > Signed-off-by: Bing Zhao <bzhao@xxxxxxxxxxx> > --- > drivers/net/wireless/mwifiex/ie.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/mwifiex/ie.c b/drivers/net/wireless/mwifiex/ie.c > index 328fb14..8374e33 100644 > --- a/drivers/net/wireless/mwifiex/ie.c > +++ b/drivers/net/wireless/mwifiex/ie.c > @@ -213,6 +213,7 @@ mwifiex_update_uap_custom_ie(struct mwifiex_private *priv, > /* save assoc resp ie index after auto-indexing */ > *assoc_idx = *((u16 *)pos); > > + kfree(ap_custom_ie); > return ret; > } > > -- > 1.7.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html