commit | 38355b2a44776c25b0f2ad466e8c51bb805b3032 | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Tue Feb 28 10:55:30 2017 +0000 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Mar 06 16:45:57 2017 +0200 |
tree | 245e0b77619761f6cd8a1f33a07eca27d69b8a42 | |
parent | 5bbc852676ae08e818241cf66a3ffe4be44225c4 [diff] |
usb: gadget: configs: plug memory leak When binding a gadget to a device, "name" is stored in gi->udc_name, but this does not happen when unregistering and the string is leaked. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>