aboutsummaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/dmabuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/dmabuf.c b/render/dmabuf.c
index 3c431159..433cb82e 100644
--- a/render/dmabuf.c
+++ b/render/dmabuf.c
@@ -29,7 +29,7 @@ bool wlr_dmabuf_attributes_copy(struct wlr_dmabuf_attributes *dst,
error:
for (int j = 0; j < i; j++) {
- close(dst->fd[i]);
+ close(dst->fd[j]);
dst->fd[j] = -1;
}
dst->n_planes = 0;