mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 02:03:22 +00:00
Forgot to clear hash table roots after deleting
Doesn't matter in normal usage, but causes tests to fail.
This commit is contained in:
parent
244840255b
commit
084fb23930
1 changed files with 3 additions and 1 deletions
|
|
@ -169,7 +169,9 @@ free_maps(Font *font) {
|
|||
s = s->next; \
|
||||
free(t); \
|
||||
} \
|
||||
}}
|
||||
}\
|
||||
memset(font->attr, 0, sizeof(font->attr)); \
|
||||
}
|
||||
free_a_map(SpritePosition, sprite_map);
|
||||
free_a_map(SpecialGlyphCache, special_glyph_cache);
|
||||
#undef free_a_map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue