aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/pool-buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/pool-buffer.c b/client/pool-buffer.c
index 588bd06c..836c6b13 100644
--- a/client/pool-buffer.c
+++ b/client/pool-buffer.c
@@ -85,7 +85,6 @@ static struct pool_buffer *create_buffer(struct wl_shm *shm,
85 close(fd); 85 close(fd);
86 unlink(name); 86 unlink(name);
87 free(name); 87 free(name);
88 fd = -1;
89 88
90 buf->size = size; 89 buf->size = size;
91 buf->width = width; 90 buf->width = width;