Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Friedrich W. H. Kossebau
kdevelop
Commits
340a1236
Commit
340a1236
authored
Dec 02, 2019
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '5.4'
parents
2acd7482
c3c9ea8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
kdevplatform/shell/core.cpp
kdevplatform/shell/core.cpp
+5
-2
No files found.
kdevplatform/shell/core.cpp
View file @
340a1236
...
...
@@ -427,6 +427,11 @@ void Core::cleanup()
// before unloading language plugins, we need to make sure all parse jobs are done
d
->
languageController
->
backgroundParser
()
->
waitForIdle
();
DUChain
::
self
()
->
shutdown
();
// Only unload plugins after the DUChain shutdown to prevent issues with non-loaded factories for types
// See: https://bugs.kde.org/show_bug.cgi?id=379669
d
->
pluginController
->
cleanup
();
d
->
sessionController
->
cleanup
();
...
...
@@ -435,8 +440,6 @@ void Core::cleanup()
//Disable the functionality of the language controller
d
->
languageController
->
cleanup
();
DUChain
::
self
()
->
shutdown
();
}
d
->
m_cleanedUp
=
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