diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-04-09 09:39:48 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-04-09 23:55:05 +0200 |
commit | 0f2b863c01989d7eee89f30607ef82d7e811be98 (patch) | |
tree | d710e85f814905a8759aff5d54974ee4db32b7e3 /Userland/Applications/VideoPlayer | |
parent | 560133a0c632a6b1226c45c80282e0d957690820 (diff) | |
download | serenity-0f2b863c01989d7eee89f30607ef82d7e811be98.zip |
LibVideo: Initialize primitive member variables in PlaybackManager
Using uninitialized primitives is undefined behavior. In this case, all
videos would autoplay on Serenity, but not play at all on Lagom, due to
some m_playing booleans being uninitialized.
Diffstat (limited to 'Userland/Applications/VideoPlayer')
0 files changed, 0 insertions, 0 deletions