safe-signal-test: Fix leak

Oops.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2022-06-24 12:51:49 +01:00
parent c55a14206d
commit 5374d55f6a

View File

@ -88,4 +88,5 @@ TEST(real_usecase_standalone)
add_destroy_listener(st_new);
destroy_test_surface(st);
destroy_test_surface(st_new);
}