diff --git a/tests/presentation-test.c b/tests/presentation-test.c index 5e9d991f..f6e3a7bc 100644 --- a/tests/presentation-test.c +++ b/tests/presentation-test.c @@ -247,4 +247,6 @@ TEST(test_presentation_feedback_simple) testlog("\n"); feedback_destroy(fb); + wp_presentation_destroy(pres); + client_destroy(client); }