tests: free pixman image in yuv-buffer-test

Fixes all ASan reported leaks in this test when using AMD Mesa driver.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2021-06-18 13:13:01 +03:00
parent a01299a5b8
commit f6acdc5db0
1 changed files with 1 additions and 0 deletions

View File

@ -489,5 +489,6 @@ TEST_P(yuv_buffer_shm, yuv_cases)
assert(match);
yuv_buffer_destroy(buf);
pixman_image_unref(img);
client_destroy(client);
}