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
cc31207f
Commit
cc31207f
authored
Jan 16, 2020
by
Jean-Baptiste Mardelle
Browse files
Cleaner deletion order on exit
parent
3fea8e3d
Pipeline
#13352
passed with stage
in 14 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
cc31207f
...
...
@@ -720,7 +720,7 @@ void MainWindow::updateAction()
MainWindow
::~
MainWindow
()
{
pCore
->
prepareShutdown
();
m_timelineTabs
->
disconnectTimeline
(
getMainTimeline
())
;
delete
m_timelineTabs
;
delete
m_audioSpectrum
;
if
(
m_projectMonitor
)
{
m_projectMonitor
->
stop
();
...
...
src/timeline2/view/timelinewidget.cpp
View file @
cc31207f
...
...
@@ -90,8 +90,6 @@ TimelineWidget::TimelineWidget(QWidget *parent)
TimelineWidget
::~
TimelineWidget
()
{
rootContext
()
->
setContextProperty
(
"multitrack"
,
0
);
rootContext
()
->
setContextProperty
(
"timeline"
,
0
);
delete
m_proxy
;
}
...
...
Jean-Baptiste Mardelle
@mardelle
mentioned in issue
#530 (closed)
·
Jan 21, 2020
mentioned in issue
#530 (closed)
mentioned in issue #530
Toggle commit list
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