Fix bug 52097

This commit is contained in:
Oleg Korshul
2021-09-03 16:35:56 +03:00
parent 334c31fcda
commit 8c726e475a

View File

@ -179,9 +179,6 @@ namespace NSDoctRenderer
{
// Do not forget call СDocBuilder::Dispose() method!!!
CJSContext::ExternalInitialize();
// под линуксом предыдущая функция создает файл!!!
if (NSFile::CFileBinary::Exists(m_sTmpFolder))
NSFile::CFileBinary::Remove(m_sTmpFolder);
}
void Init()