Skip to content

Commit

Permalink
Merge pull request #311 from Infomaniak/KDESKTOP-1239-Remove-unnecess…
Browse files Browse the repository at this point in the history
…ary-logging-after-appserver-destructor

Close parmsDb before we destroyed the logger.
  • Loading branch information
herve-er authored Oct 8, 2024
2 parents 98f1f56 + 67d8291 commit dc62afb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/appserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ void AppServer::onCleanup() {

_syncPalMap.clear();
_vfsMap.clear();

ParmsDb::instance()->close();
LOG_DEBUG(_logger, "ParmsDb closed");
}

// This task can be long and block the GUI
Expand Down

0 comments on commit dc62afb

Please sign in to comment.