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
ea7791f5
Commit
ea7791f5
authored
Apr 03, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix possible crash on exit
parent
e8e1d774
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
ea7791f5
...
...
@@ -1492,6 +1492,7 @@ Bin::Bin(std::shared_ptr<ProjectItemModel> model, QWidget *parent, bool isMainBi
Bin
::~
Bin
()
{
if
(
m_isMainBin
)
{
disconnect
(
&
pCore
->
taskManager
,
&
TaskManager
::
jobCount
,
m_infoLabel
,
&
SmallJobLabel
::
slotSetJobCount
);
pCore
->
taskManager
.
slotCancelJobs
();
blockSignals
(
true
);
m_proxyModel
->
selectionModel
()
->
blockSignals
(
true
);
...
...
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