Browse Source
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/15/merge
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue