mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
grid: grid_free(): free scroll damage list
This commit is contained in:
parent
54b5ae95c1
commit
2cb624ee43
2 changed files with 1 additions and 3 deletions
1
grid.c
1
grid.c
|
|
@ -105,6 +105,7 @@ grid_free(struct grid *grid)
|
|||
}
|
||||
|
||||
free(grid->rows);
|
||||
tll_free(grid->scroll_damage);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue