summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/pool-buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/pool-buffer.c b/client/pool-buffer.c
index 52438303..fa468c0d 100644
--- a/client/pool-buffer.c
+++ b/client/pool-buffer.c
@@ -144,5 +144,6 @@ struct pool_buffer *get_next_buffer(struct wl_shm *shm,
144 return NULL; 144 return NULL;
145 } 145 }
146 } 146 }
147 buffer->busy = true;
147 return buffer; 148 return buffer;
148} 149}