mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-04 18:38:32 -04:00
The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards. Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
11 KiB
11 KiB