]> Git Repo - qemu.git/blobdiff - tests/test-qmp-input-visitor.c
i440fx-test: qtest_start() should be paired with qtest_end()
[qemu.git] / tests / test-qmp-input-visitor.c
index 0beb8fbfd2d91b95b45eeec31de05d3a6a86ae6e..1e1c6fa0c27bb5c64e7fef9398da0d2b15673450 100644 (file)
@@ -604,6 +604,7 @@ static void test_visitor_in_errors(TestInputVisitorData *data,
     g_assert(error_is_set(&errp));
     g_assert(p->string == NULL);
 
+    error_free(errp);
     g_free(p->string);
     g_free(p);
 }
This page took 0.023982 seconds and 4 git commands to generate.