1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 19:16:56 -06:00
lat9nq 33ed02a239 configure_graphics: Prevent stack-use-after-scope
Address Sanitizer reports stack-use-after-scope on line 231
`vulkan_devices.push_back(QString::fromStdString(name));`. Instead of
using a pointer, copy the string into a std::string and use that,
instead.
2021-04-04 15:05:22 -04:00
..
2021-02-07 20:31:58 -06:00
2021-02-07 20:31:58 -06:00
2021-02-07 20:31:58 -06:00
2020-11-15 23:33:19 -05:00
2019-10-02 08:35:43 -04:00
2020-11-15 23:33:19 -05:00