]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: irqchip: fix memory leak
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 2 Sep 2015 07:03:53 +0000 (12:33 +0530)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2015 09:16:41 +0000 (11:16 +0200)
commit2c1b850f9a4e0999fb7b86b51ad1b1a8398954f8
treefb8a2bf4cde5d8de4ca4cf3781e7659d002a91c9
parent7532ea763f26cf1fe2e678feb67e6936ca5ea8ae
kvm: irqchip: fix memory leak

We were taking the exit path after checking ue->flags and return value
of setup_routing_entry(), but 'e' was not freed incase of a failure.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/irqchip.c