Skip to content
GitLab
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
da7ec1de
Commit
da7ec1de
authored
Sep 09, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix uninitialized var messing audio record and possible crash
parent
3593888f
Pipeline
#229441
passed with stage
in 10 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audiomixer/mixerwidget.cpp
View file @
da7ec1de
...
...
@@ -96,6 +96,7 @@ MixerWidget::MixerWidget(int tid, std::shared_ptr<Mlt::Tractor> service, QString
,
m_monitor
(
nullptr
)
,
m_lastVolume
(
0
)
,
m_listener
(
nullptr
)
,
m_recording
(
false
)
,
m_trackTag
(
std
::
move
(
trackTag
))
{
buildUI
(
service
.
get
(),
trackName
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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