]> git.baikalelectronics.ru Git - kernel.git/commit
virtio-net: fix leaking of ctx array
authorJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2017 11:56:09 +0000 (19:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jul 2017 19:03:41 +0000 (20:03 +0100)
commit3f8e3a5e8ecf8e7922bee58391a4631bbfc1959a
tree06bc06547abaf73e266bd0012d37a781ed6caf93
parenteccc14a82aff708e71edcc7bf1e5d8165a2ca3b2
virtio-net: fix leaking of ctx array

Fixes: commit 42fba6fdd18a ("virtio_net: allow specifying context for rx")
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c