summaryrefslogtreecommitdiff
path: root/Ladybird/Settings.cpp
AgeCommit message (Collapse)Author
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
This prevents memory leaks detected by both Valgrind and ASAN/LSAN. Valgrind is still suspicious of the leaked JS::VM from Web::Bindings::main_thread_vm() but there's other issues with leak checking all the GC'd objects. Co-Authored-By: Diego Iastrubni <diegoiast@gmail.com>
2022-12-25Ladybird: Add Settings classFiliph Sandström