summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 139eb82f..8c696b1c 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -168,6 +168,7 @@ void gem_quiescent_gpu(int fd)
gem_sync(fd, handle);
igt_drop_caches_set(DROP_RETIRE);
+ gem_close(fd, handle);
}
/**