1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-09 06:56:21 +00:00

Set pool_buffers busy when handing them out

This commit is contained in:
vilhalmer 2018-06-17 17:34:12 -04:00
parent d9fc381e02
commit 54a5ee2747
No known key found for this signature in database
GPG key ID: 50CCC70C5AD25E4F

View file

@ -144,5 +144,6 @@ struct pool_buffer *get_next_buffer(struct wl_shm *shm,
return NULL;
}
}
buffer->busy = true;
return buffer;
}