]> git.proxmox.com Git - qemu.git/blobdiff - tests/test-qmp-input-visitor.c
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
[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);
 }