mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-12 03:49:27 -07:00
test-bdrv-graph-mod: fix Error leak
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
edc6e5015d
commit
1afee8c3da
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ static void test_update_perm_tree(void)
|
|||
bdrv_append(filter, bs, &local_err);
|
||||
|
||||
g_assert_nonnull(local_err);
|
||||
error_free(local_err);
|
||||
|
||||
bdrv_unref(bs);
|
||||
blk_unref(root);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue