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
7d1c301c
Commit
7d1c301c
authored
Jan 16, 2020
by
Jean-Baptiste Mardelle
Browse files
Cleaner deletion order on exit
parent
4493cbbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
7d1c301c
...
...
@@ -719,7 +719,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 @
7d1c301c
...
...
@@ -91,8 +91,6 @@ TimelineWidget::TimelineWidget(QWidget *parent)
TimelineWidget
::~
TimelineWidget
()
{
rootContext
()
->
setContextProperty
(
"multitrack"
,
0
);
rootContext
()
->
setContextProperty
(
"timeline"
,
0
);
delete
m_proxy
;
}
...
...
Write
Preview
Supports
Markdown
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