[igt-dev] [PATCH 62/76] drm_import_export: Close device before exit
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Mon Sep 26 06:18:07 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>
---
To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/76] at: https://lore.kernel.org/all/cover.1664173031.git.mchehab@kernel.org/
tests/drm_import_export.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c
index 06245e8bac9f..2dd2f3cb9fff 100644
--- a/tests/drm_import_export.c
+++ b/tests/drm_import_export.c
@@ -296,4 +296,9 @@ igt_main {
pthread_join(test_thread_id3, NULL);
pthread_join(test_thread_id4, NULL);
}
+
+ igt_fixture {
+ close(fd);
+ close(fd1);
+ }
}
--
2.37.3
More information about the igt-dev
mailing list