[igt-dev] [PATCH i-g-t 48/74] kms_lease: Close device before exit
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Sep 1 06:36:56 UTC 2022
From: Chris Wilson <chris.p.wilson at intel.com>
Close the device fd before we check for leaks during the atexit
handlers.
Signed-off-by: Chris Wilson <chris.p.wilson at intel.com>
Acked-by: Andrzej Hajda <andrzej.hajda at intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/kms_lease.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index 0bf102a6d8f1..4122b0d19a3c 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -1287,4 +1287,8 @@ igt_main
igt_describe("Tests all the uevent cases");
igt_subtest("lease-uevent")
lease_uevent(&data);
+
+ igt_fixture {
+ close(data.master.fd);
+ }
}
--
2.37.2
More information about the igt-dev
mailing list