summary refs log tree commit diff stats
path: root/tests/test-bdrv-graph-mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bdrv-graph-mod.c')
-rw-r--r--tests/test-bdrv-graph-mod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-bdrv-graph-mod.c b/tests/test-bdrv-graph-mod.c
index 458dfa6661..283dc84869 100644
--- a/tests/test-bdrv-graph-mod.c
+++ b/tests/test-bdrv-graph-mod.c
@@ -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);