Attempt at closing reader and sync

This commit is contained in:
jpirnay
2026-04-13 19:10:32 +02:00
parent e768db2ceb
commit 1c3ba11563
11 changed files with 315 additions and 105 deletions
+2
View File
@@ -76,6 +76,8 @@ bool CrossPointState::loadFromBinaryFile() {
lastSleepFromReader = false;
}
koReaderSyncSession.clear();
inputFile.close();
return true;
}