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
79f8e687
Commit
79f8e687
authored
Feb 25, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix possible crash in extract zone.
Might be related to
#1346
parent
2a4ab130
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/cuttask.cpp
View file @
79f8e687
...
...
@@ -186,7 +186,7 @@ void CutTask::start(const ObjectId &owner, int in , int out, QObject* object, bo
return
;
}
}
CutTask
*
task
=
new
CutTask
(
owner
,
path
,
encodingParams
,
in
,
out
,
ui
.
add_clip
->
isChecked
(),
object
);
CutTask
*
task
=
new
CutTask
(
owner
,
path
,
encodingParams
,
in
,
out
,
KdenliveSettings
::
add_new_clip
(),
object
);
if
(
task
)
{
// Otherwise, start a filter thread.
task
->
m_isForce
=
force
;
...
...
Write
Preview
Markdown
is supported
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