[igt-dev] [PATCH i-g-t v4 27/77] dumb_buffer: Close device before exit
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Oct 5 10:58:47 UTC 2022
On 2022-10-05 at 09:44:56 +0200, Mauro Carvalho Chehab wrote:
> 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>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> tests/dumb_buffer.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/dumb_buffer.c b/tests/dumb_buffer.c
> index 2c6261bd7d75..ded6b809c262 100644
> --- a/tests/dumb_buffer.c
> +++ b/tests/dumb_buffer.c
> @@ -392,4 +392,8 @@ igt_main
>
> igt_subtest("create-clear")
> always_clear(fd, 30);
> +
> + igt_fixture {
> + close(fd);
> + }
> }
> --
> 2.37.3
>
More information about the igt-dev
mailing list