Fix valgrind warning in ExternalCommandListener::CommandPipeThread

fixes #8536
This commit is contained in:
Gunnar Beutner 2015-02-25 14:05:31 +01:00
parent 1d0f6ed457
commit 29ac204449
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void ExternalCommandListener::CommandPipeThread(const String& commandPath)
}
}
delete line;
delete [] line;
fclose(fp);
}
}