Core/Misc: Fix static analysis issues (#25178)

This commit is contained in:
Giacomo Pozzoni
2020-07-31 20:53:13 +00:00
committed by GitHub
parent 5b863acf92
commit 7cf122fc2a
20 changed files with 137 additions and 97 deletions

View File

@@ -222,7 +222,7 @@ public:
/// Tries to terminate the process
void Terminate() override
{
if (!my_child)
if (my_child)
{
was_terminated = true;
try