tests: fix leaks in presentation-test

Fixes all leaks found by ASan.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 3 years ago committed by Pekka Paalanen
parent ee1c1778bf
commit 1600431e80
  1. 2
      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);
}

Loading…
Cancel
Save