Skip to content
Snippets Groups Projects
Commit 3e841ea2 authored by Simona Vetter's avatar Simona Vetter
Browse files

tests/gem_exec_reuse: Don't leak the hang detector


My new "are there any child processes left?" check in igt_exit catched
this one.

Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent 89932c15
No related branches found
No related tags found
No related merge requests found
......@@ -213,4 +213,7 @@ igt_main
for (n = 0; n < ncontexts; n++)
gem_context_destroy(no.fd, contexts[n]);
}
igt_fixture
igt_stop_hang_detector();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment