mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity
This commit is contained in:
parent
0ca00639a9
commit
3ee0917dcb
Notes:
sideshowbarker
2024-07-19 03:31:01 +09:00
Author: https://github.com/bgianfo
Commit: 3ee0917dcb
Pull-request: https://github.com/SerenityOS/serenity/pull/3184
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
GUI::Window& m_window;
|
||||
NonnullRefPtr<Audio::ClientConnection> m_connection;
|
||||
PlaybackManager m_manager;
|
||||
float m_sample_ratio;
|
||||
float m_sample_ratio { 1.0 };
|
||||
RefPtr<GUI::Label> m_status;
|
||||
RefPtr<GUI::Label> m_elapsed;
|
||||
RefPtr<GUI::Label> m_remaining;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue