mirror of https://github.com/Icinga/icinga2.git
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue