commit | d89b7664f76047e7beca8f07e86f2ccfad085a28 | [log] [tgz] |
---|---|---|
author | Zheng Xiaowei <zhengxiaowei@ruijie.com.cn> | Fri Jul 20 18:05:11 2018 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 20 17:17:21 2018 +0200 |
tree | 1d3f59acb0c39dbea8fb935e5e69ab5d338feaef | |
parent | c413767e6698ae24ac1904827314470cacff1497 [diff] |
usb: xhci: Fix memory leak in xhci_endpoint_reset() If td_list is not empty the cfg_cmd will not be freed, call xhci_free_command to free it. Signed-off-by: Zheng Xiaowei <zhengxiaowei@ruijie.com.cn> Cc: <stable@vger.kernel.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>