mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
9d9a6b6b64
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 :^) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
Presentation.cpp | ||
Presentation.h | ||
PresenterWidget.cpp | ||
PresenterWidget.h | ||
Slide.cpp | ||
Slide.h | ||
SlideObject.cpp | ||
SlideObject.h |