aboutsummaryrefslogtreecommitdiffstats
path: root/client/pool-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/pool-buffer.c')
-rw-r--r--client/pool-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pool-buffer.c b/client/pool-buffer.c
index b5ed9c98..1f54a77c 100644
--- a/client/pool-buffer.c
+++ b/client/pool-buffer.c
@@ -79,7 +79,7 @@ static struct pool_buffer *create_buffer(struct wl_shm *shm,
79 return buf; 79 return buf;
80} 80}
81 81
82static void destroy_buffer(struct pool_buffer *buffer) { 82void destroy_buffer(struct pool_buffer *buffer) {
83 if (buffer->buffer) { 83 if (buffer->buffer) {
84 wl_buffer_destroy(buffer->buffer); 84 wl_buffer_destroy(buffer->buffer);
85 } 85 }