aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMariusz Kozlowski <[email protected]>2006-11-25 11:09:38 -0800
committerLinus Torvalds <[email protected]>2006-11-25 13:28:34 -0800
commit9dce447a542d8b4bedf13d6a4c4fc6737240372e (patch)
treebba4591cd3564a499481d662ed931c5be1d040c2 /include/linux
parentcfd3ef2346f924d6c0e82236c20fdb3a8840136a (diff)
[PATCH] usb: ati remote memleak fix
This is a bug. When checking for ati_remote->outbuf we free freeing ati_remote->inbuf so we end up freeing ati_remote->inbuf twice. Also the checks for 'ati_remote->inbuf != NULL' and 'ati_remote->outbuf != NULL' are redundant as usb_buffer_free() does this. Signed-off-by: Mariusz Kozlowski <[email protected]> Acked-by: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions