summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortom.leiming@gmail.com <tom.leiming@gmail.com>2012-04-29 22:51:02 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-02 20:13:03 -0400
commit720f3d7cb19eb27f85f72836c8f8004ccb257f39 (patch)
treeb3299b0dfb37f0a4c495871b7907bf5b8d0101bd /net
parent70f8002d7813ffc5dd9ff3e9d01a17794fb4a4df (diff)
usbnet: fix leak of transfer buffer of dev->interrupt
The transfer buffer of dev->interrupt is allocated in .probe path, but not freed in .disconnet path, so mark the interrupt URB as URB_FREE_BUFFER to free the buffer when the URB is destroyed. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions