]> Git Repo - qemu.git/commit
crypto: luks: Fix tiny memory leak
authorMaxim Levitsky <[email protected]>
Thu, 17 Dec 2020 17:09:02 +0000 (19:09 +0200)
committerKevin Wolf <[email protected]>
Mon, 15 Feb 2021 14:10:14 +0000 (15:10 +0100)
commitdcb6699512b6235eac383fc84e8e27302e08d7e3
tree907bf69a55d3d82157cb3a037d6446ecf31d60bc
parentf8b467b443fb3e1c531e0a8b3201104277401ee5
crypto: luks: Fix tiny memory leak

When the underlying block device doesn't support the
bdrv_co_delete_file interface, an 'Error' object was leaked.

Signed-off-by: Maxim Levitsky <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-Id: <20201217170904[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/crypto.c
This page took 0.026258 seconds and 4 git commands to generate.