diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-05-25 19:42:23 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-05-25 19:42:23 +0100 |
| commit | 9c3cbe2cfab79fce4c10033cbbd4671000f8e4de (patch) | |
| tree | b0319dfd3cc0a4b221ddac5670f40b4476988b3b /include/pool-buffer.h | |
| parent | 18922bf1b365cd600baaa0a6917b53943501b98c (diff) | |
client/pool-buffer: munmap in destroy_buffer
Diffstat (limited to 'include/pool-buffer.h')
| -rw-r--r-- | include/pool-buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pool-buffer.h b/include/pool-buffer.h index 856f7c8c..54f5be06 100644 --- a/include/pool-buffer.h +++ b/include/pool-buffer.h @@ -12,6 +12,8 @@ struct pool_buffer { cairo_t *cairo; PangoContext *pango; uint32_t width, height; + void *data; + size_t size; bool busy; }; |
