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
f9a8774c
Commit
f9a8774c
authored
Sep 10, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix tests crash
parent
72c5935c
Pipeline
#230111
passed with stage
in 11 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/taskmanager.cpp
View file @
f9a8774c
...
...
@@ -149,7 +149,7 @@ void TaskManager::slotCancelJobs(const QVector<AbstractTask::JOBTYPE> exceptions
t
->
cancelJob
();
t
->
m_runMutex
.
lock
();
t
->
m_runMutex
.
unlock
();
delete
t
;
t
->
delete
Later
()
;
}
}
}
...
...
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