fix sigfault

This commit is contained in:
andrew (from workstation) 2020-05-17 11:00:19 +02:00
parent af85613bcf
commit 28ecb2bba9

View File

@ -3730,7 +3730,8 @@ void FileManager::memory_cleanup() {
}
/* DESTROY ASSOCIATED FILE */
try_forget_file_id(file_id);
file_id_info_[file_id.get()] = FileIdInfo();
empty_file_ids_.push_back(file_id.get());
}
/* DESTROY MAIN QUERY */