mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
483595e2d4
The temporary QByteArray is deallocated already at the end of the statement in C++, instead of the end of the scope (like in C).