GH-2412: collect dead processes on linux properly
Issues were caused by use of `popen()` with no `pclose()` counterpart...
This commit is contained in:
parent
aef0ccb1a2
commit
d5037d4f79
2 changed files with 61 additions and 40 deletions
|
@ -294,7 +294,7 @@ QString NormalizePath(QString path)
|
|||
}
|
||||
}
|
||||
|
||||
QString badFilenameChars = "\"\\/?<>:*|!";
|
||||
QString badFilenameChars = "\"\\/?<>:*|!+";
|
||||
|
||||
QString RemoveInvalidFilenameChars(QString string, QChar replaceWith)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue