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
25b1d403
Commit
25b1d403
authored
Feb 25, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix possible crash in extract zone.
Might be related to
#1346
parent
1185d96d
Pipeline
#142094
passed with stage
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/cuttask.cpp
View file @
25b1d403
...
...
@@ -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