aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/fuzz-test.c')
-rw-r--r--tests/qtest/fuzz-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/fuzz-test.c b/tests/qtest/fuzz-test.c
index 9cb4c42bde..87b72307a5 100644
--- a/tests/qtest/fuzz-test.c
+++ b/tests/qtest/fuzz-test.c
@@ -45,6 +45,7 @@ static void test_lp1878642_pci_bus_get_irq_level_assert(void)
qtest_outl(s, 0xcf8, 0x8400f841);
qtest_outl(s, 0xcfc, 0xebed205d);
qtest_outl(s, 0x5d02, 0xebed205d);
+ qtest_quit(s);
}
int main(int argc, char **argv)