commit | e8bc2ebdceea3c0c6de16d899f0679654c308739 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@intel.com> | Fri Nov 22 16:50:57 2013 -0700 |
committer | Jon Mason <jon.mason@intel.com> | Mon Apr 07 10:58:14 2014 -0700 |
tree | ff32b932c5e70791c9f23544ece0c2de10700ee9 | |
parent | fea903ecd799ec49a2ebc4cc8cfb7bb96fd31ddc [diff] |
ntb_netdev: Fix skb free issue in open In ntb_netdev_open, when ntb_transport_rx_enqueue fails the skb that was attempting to be enqueued is not freed. Free this skb on the ntb_transport_rx_enqueue error. Signed-off-by: Jon Mason <jon.mason@intel.com>