diff --git a/src/mirall/folderman.cpp b/src/mirall/folderman.cpp index 5bceae449..8e6298892 100644 --- a/src/mirall/folderman.cpp +++ b/src/mirall/folderman.cpp @@ -706,6 +706,8 @@ bool FolderMan::startFromScratch( const QString& localFolder ) if( localFolder.startsWith(f->path()) ) { _socketApi->slotUnregisterPath(f->alias()); } + f->journalDb()->close(); + f->slotTerminateSync(); // Normaly it should not be running, but viel hilft viel } }