mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-02 13:54:07 +00:00
The Presentation::title() and Presentation::author() functions return a StringView to the title/author defined in the json file or a default value. Previously, this would return a StringView to already-freed memory and crash the application when setting the window title. This commit fixes that issue :^)
6.1 KiB
6.1 KiB