shm: set pool_fd=1 after closing it, to avoid double-closing on error

This commit is contained in:
Daniel Eklöf 2020-03-10 18:01:30 +01:00
parent 7efe2c6c97
commit 867dc836ab
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
shm.c
View file

@ -164,7 +164,7 @@ shm_get_buffer(struct wl_shm *shm, int width, int height, unsigned long cookie)
/* We use the entire pool for our single buffer */
wl_shm_pool_destroy(pool); pool = NULL;
close(pool_fd);
close(pool_fd); pool_fd = -1;
/* One pixman image for each worker thread (do we really need multiple?) */
pix = pixman_image_create_bits_no_clear(