Files
ladybird/Libraries/LibGUI/MessageBox.cpp
Andreas Kling 3252a6925e LibGUI: Fix silly nullptr dereference in MessageBox::show()
Since we take the parent object as a raw pointer, we should handle the
case where it's null.
2020-02-24 09:15:51 +01:00

5.2 KiB