mirror of https://github.com/yuzu-mirror/yuzu
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.pull/8/head
parent
69b2dbdffd
commit
33ed02a239
Loading…
Reference in New Issue