Commit 33ed02a2 authored by lat9nq's avatar lat9nq
Browse files

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.
parent 69b2dbdf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment