Re: [PATCH MOREWORK 17/19] iwl4965: Fix a memory leak in error handling code of __il4965_up
From: Stanislaw Gruszka <hidden>
Date: 2016-03-18 11:24:30
From: Stanislaw Gruszka <hidden>
Date: 2016-03-18 11:24:30
On Fri, Mar 18, 2016 at 10:12:34PM +1100, Julian Calaby wrote:
I don't think you're right. Looking closely at the code, il->num_stations gets incremented in il_prep_station() which is called unconditionally from il4965_alloc_bcast_station(). So I think this and the following patch are fine.
You have right. Thanks Stanislaw