tests: fix leaks in presentation-test

Fixes all leaks found by ASan.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2021-06-15 16:53:52 +03:00 committed by Pekka Paalanen
parent ee1c1778bf
commit 1600431e80

View file

@ -247,4 +247,6 @@ TEST(test_presentation_feedback_simple)
testlog("\n");
feedback_destroy(fb);
wp_presentation_destroy(pres);
client_destroy(client);
}