commit | debea2cd3193ac868289e8893c3a719c265b0612 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Tue Aug 06 10:55:12 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 06 11:34:23 2019 -0700 |
tree | beb750f62b8f14506b9f6e11f474b8f4831c148f | |
parent | 5c4e2e1af345426f63410a50e2a678673574aa02 [diff] |
net: cxgb3_main: Fix a resource leak in a error path in 'init_one()' A call to 'kfree_skb()' is missing in the error handling path of 'init_one()'. This is already present in 'remove_one()' but is missing here. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>