diff options
| author | Jesper Juhl <[email protected]> | 2008-03-28 14:50:27 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2008-04-24 21:16:47 -0700 |
| commit | 73d79aaba9ee21aaa1a6676f568ef7b3bdf993ea (patch) | |
| tree | 13ac17bdca5816cc7b7c5124823905be1139f35f /tools/perf/scripts | |
| parent | 148d9fe4c91a6356dae1b05b76b8133586c26be4 (diff) | |
USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller driver
In drivers/usb/gadget/amd5536udc.c::udc_pci_probe(), sizeof(struct udc)
storage is allocated for 'dev'.
There are many exit points from the function where 'dev' is not free'd but has
also not yet been used for anything. The following patch free's 'dev' at the
return points where it has not yet been used.
Signed-off-by: Jesper Juhl <[email protected]>
Cc: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions