Fix a memory leak when changing font sizes

had forgotten to free unused font groups
This commit is contained in:
Kovid Goyal
2020-09-18 07:40:30 +05:30
parent f8a80ccf5f
commit ca6010789e
2 changed files with 38 additions and 35 deletions

View File

@@ -59,6 +59,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a regression that broke the ``move_window_to_top`` action (:pull:`2953`)
- Fix a memory leak when changing font sizes
0.18.3 [2020-08-11]
-------------------