mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
dcs: we have no parent terminal to pass through to
This commit is contained in:
parent
2c1c49e499
commit
2096753b52
6 changed files with 1 additions and 59 deletions
1
main.c
1
main.c
|
|
@ -842,7 +842,6 @@ out:
|
|||
xkb_context_unref(term.kbd.xkb);
|
||||
|
||||
free(term.vt.osc.data);
|
||||
free(term.vt.dcs.data);
|
||||
for (int row = 0; row < term.normal.num_rows; row++)
|
||||
grid_row_free(term.normal.rows[row]);
|
||||
free(term.normal.rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue