commit | 1432f6f448bb2231499ef989f9e1ec314e9817d9 | [log] [tgz] |
---|---|---|
author | Hemant Kumar <hemantk@codeaurora.org> | Wed Sep 19 12:40:11 2012 -0700 |
committer | Hemant Kumar <hemantk@codeaurora.org> | Wed Sep 19 13:56:27 2012 -0700 |
tree | ebfe8cf146a7fafcc67c21c2263976b2a606b9de | |
parent | 14d1f7c1e4670883efb8f05bbc58fc34fa894e73 [diff] |
usb: ks_bridge: Fix memory leak in tx data path ks bridge is allocating urb to transmit data to mdm. This urb is not getting freed after transmit completes. Hence call usb_free_urb() after urb gets submitted successfully. Urb will eventually be freed after tx completion. CRs-Fixed: 401536 Change-Id: I7e0bc7d1de74613f6b3b019d1513e22ad9765709 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>