This commit is contained in:
2020-04-30 17:58:31 +02:00
parent f41083842f
commit 903ebb2679
4 changed files with 34 additions and 33 deletions

View File

@@ -140,7 +140,8 @@ void DataProcessor::SetupFileWriter(bool fwe, int* nd, uint32_t* maxf,
if (file != nullptr) {
delete file; file = nullptr;
delete file;
file = nullptr;
}
if (fileWriteEnable) {