Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
99d0dde2
Commit
99d0dde2
authored
Oct 23, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix possible audiomixer crash
parent
2c599bef
Pipeline
#9364
passed with stage
in 14 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audiomixer/mixerwidget.cpp
View file @
99d0dde2
...
...
@@ -391,6 +391,7 @@ void MixerWidget::clear(bool reset)
if
(
reset
)
{
m_audioMeterWidget
->
setAudioValues
({
-
100
,
-
100
});
}
QMutexLocker
lk
(
&
m_storeMutex
);
m_levels
.
clear
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment