term: free the data associated with the pixman image when destroying box-drawing glyphs

Closes #586
This commit is contained in:
Daniel Eklöf 2021-06-09 10:31:24 +02:00
parent a3f6c8ac78
commit cd37cdc940
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 13 deletions

View file

@ -172,6 +172,9 @@
shifts (https://codeberg.org/dnkl/foot/issues/580).
* `TEXT`+`STRING`+`UTF8_STRING` mime types not being recognized in
clipboard offers (https://codeberg.org/dnkl/foot/issues/583).
* Memory leak caused by custom box drawing glyphs not being completely
freed when destroying a foot window instance
(https://codeberg.org/dnkl/foot/issues/586).
### Security