Fix bug 62807

This commit is contained in:
Vikulov Dmitry
2023-05-29 19:19:45 +03:00
parent 940bb840be
commit 50007b47ee

View File

@ -1026,6 +1026,8 @@ private:
}
NSDirectory::DeleteDirectory(sPluginDir);
// Delete native folder by name, bug #62807
NSDirectory::DeleteDirectory(pPlugin->m_sDir);
// Remove from array
for (size_t i = 0; i < m_arrInstalled.size(); i++)