irq: fix memory leak
commit01960e6d21dcfbfc8a03d8fd6284c448cf75865b
authorlinzhecheng <linzhecheng@huawei.com>
Mon, 25 Dec 2017 02:47:04 +0000 (25 10:47 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jan 2018 13:54:51 +0000 (16 14:54 +0100)
tree9249000d8a055af0e2addc2d19204105f012f09c
parentdb08b687cdd5319286665aabd34f82665630416f
irq: fix memory leak

entry is moved from list but is not freed.

Signed-off-by: linzhecheng <linzhecheng@huawei.com>
Message-Id: <20171225024704.19540-1-linzhecheng@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c