mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 09:52:54 +00:00
WindowServer: Close the framebuffer fd in ~Screen()
This commit is contained in:
parent
9ddd540ca9
commit
a50a9d67ee
Notes:
sideshowbarker
2024-07-19 03:29:02 +09:00
Author: https://github.com/awesomekling
Commit: a50a9d67ee
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ Screen::Screen(unsigned desired_width, unsigned desired_height)
|
|||
|
||||
Screen::~Screen()
|
||||
{
|
||||
close(m_framebuffer_fd);
|
||||
}
|
||||
|
||||
bool Screen::set_resolution(int width, int height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue