Re: [PATCH v2] rtlwifi: fix memory leak for USB device

2015-12-06 Thread Larry Finger
On 12/06/2015 06:07 PM, Peter Wu wrote: Free skb for received frames with a wrong checksum. This can happen pretty rapidly, exhausting all memory. This fixes a memleak (detected with kmemleak). Originally found while using monitor mode, but it also appears during managed mode (once the link is u

[PATCH v2] rtlwifi: fix memory leak for USB device

2015-12-06 Thread Peter Wu
Free skb for received frames with a wrong checksum. This can happen pretty rapidly, exhausting all memory. This fixes a memleak (detected with kmemleak). Originally found while using monitor mode, but it also appears during managed mode (once the link is up). Cc: sta...@vger.kernel.org Signed-off