mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-31 01:37:12 +00:00
The path returned by GUI:FilePicker is stored on the stack when the callback is executed. The player only stored a StringView to the path however it should take ownership of the path instead since the path is accessed even after the file menu open action has returned.