GH-2412: collect dead processes on linux properly

Issues were caused by use of `popen()` with no `pclose()` counterpart...
This commit is contained in:
Petr Mrázek
2018-10-31 22:44:23 +01:00
parent aef0ccb1a2
commit d5037d4f79
2 changed files with 61 additions and 40 deletions

View File

@ -294,7 +294,7 @@ QString NormalizePath(QString path)
}
}
QString badFilenameChars = "\"\\/?<>:*|!";
QString badFilenameChars = "\"\\/?<>:*|!+";
QString RemoveInvalidFilenameChars(QString string, QChar replaceWith)
{