mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
Ladybird: Initialize boolean command line argument
This being uninitialized was caught by AddressSanitizer.
This commit is contained in:
parent
96f409ec1e
commit
ac80475a1f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
StringView raw_url;
|
||||
StringView webdriver_content_ipc_path;
|
||||
bool dump_layout_tree;
|
||||
bool dump_layout_tree = false;
|
||||
|
||||
Core::ArgsParser args_parser;
|
||||
args_parser.set_general_help("The Ladybird web browser :^)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue