mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Fix uninitialized AbstractScreen instance pointer.
...yeah yeah, one day I'm gonna zero out the kernel's BSS segment. Soon..
This commit is contained in:
parent
f6d2c3ed87
commit
d1ceb4b603
Notes:
sideshowbarker
2024-07-19 16:05:09 +09:00
Author: https://github.com/awesomekling
Commit: d1ceb4b603
3 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,7 @@ void WindowComposer_main()
|
|||
FrameBuffer::initialize();
|
||||
EventLoop::initialize();
|
||||
WindowManager::initialize();
|
||||
AbstractScreen::initialize();
|
||||
|
||||
auto info = current->get_display_info();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue