commit | 57bdb436ce869a45881d8aa4bc5dac8e072dd2b6 | [log] [tgz] |
---|---|---|
author | Zenghui Yu <yuzenghui@huawei.com> | Tue Apr 14 11:03:48 2020 +0800 |
committer | Marc Zyngier <maz@kernel.org> | Thu Apr 23 16:26:56 2020 +0100 |
tree | c3ef73b2a34540ec32b1195025b0f8a5d18ed4d3 | |
parent | 969ce8b5260d8ec01e6f1949d2927a86419663ce [diff] |
KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() If we're going to fail out the vgic_add_lpi(), let's make sure the allocated vgic_irq memory is also freed. Though it seems that both cases are unlikely to fail. Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200414030349.625-3-yuzenghui@huawei.com