commit | 67b11e2ea704f99953f18585609df17b6e189e53 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Oct 16 23:54:03 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 17 11:24:08 2016 -0400 |
tree | 2aab9bfc0d28b60234e88a8c0233466ce4e34346 | |
parent | 9a0b1e8ba4061778897b544afc898de2163382f7 [diff] |
cxgb4: fix memory leak of qe on error exit path A memory leak of qe occurs when t4_sched_queue_unbind fails, so fix this by free'ing qe on the error exit path. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>