mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
Fix valgrind warning in ExternalCommandListener::CommandPipeThread
fixes #8536
This commit is contained in:
parent
1d0f6ed457
commit
29ac204449
@ -135,7 +135,7 @@ void ExternalCommandListener::CommandPipeThread(const String& commandPath)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delete line;
|
delete [] line;
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user