diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-05-22 14:25:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 12:25:50 +0000 |
commit | f04b16161bc542075fdb8e5946a8eed976f26b0b (patch) | |
tree | c78e0c7ae1230a29f8a0ecdfb013dde693af634f /alacritty_config_derive | |
parent | 38fed9a7c233e11e5f62433298235281fc3de885 (diff) | |
download | alacritty-f04b16161bc542075fdb8e5946a8eed976f26b0b.tar.gz alacritty-f04b16161bc542075fdb8e5946a8eed976f26b0b.zip |
Fix FD leak after closing child windows
This patch fixes an issue with signal handling where Alacritty would
permanently create one signal handling FD for each alacritty window
created by an instance. This FD was never released, causing a leak of
the FD.
Closes #7983.
Diffstat (limited to 'alacritty_config_derive')
0 files changed, 0 insertions, 0 deletions