Fixed: failed open default config file if path contains non English characters.

This commit is contained in:
XMRig 2017-08-16 12:22:35 +03:00
parent ad0d876b18
commit 1b0ddae4eb
4 changed files with 50 additions and 33 deletions

View file

@ -81,6 +81,7 @@ void Platform::init()
void Platform::release()
{
delete [] m_defaultConfigName;
delete [] m_userAgent;
}