mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
client/pool-buffer: munmap in destroy_buffer
This commit is contained in:
parent
8df2238956
commit
36d5d4b40f
2 changed files with 8 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ struct pool_buffer {
|
|||
cairo_t *cairo;
|
||||
PangoContext *pango;
|
||||
uint32_t width, height;
|
||||
void *data;
|
||||
size_t size;
|
||||
bool busy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue