mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 19:01:51 -04:00
The QByteArray returned by QString::toUtf8() was being freed so the char pointer was pointing to freed memory. Found via ASan, didn't notice any issues during normal runtime. This was triggered after hitting a key combo with alt (ex. toggle fullscreen) probably happens with others