This commit is contained in:
andrew (from workstation) 2020-05-17 12:48:44 +02:00
parent e80bac1a9b
commit 1cd7f17fc3

View File

@ -3750,7 +3750,7 @@ void FileManager::memory_cleanup() {
file_id_info_[i] = FileIdInfo();
/* DESTROY MAIN NODE */
file_nodes_[file_id_info_[i].node_id_] = nullptr;
file_nodes_[main_node_id] = nullptr;
}
}
}