Skip to content
Snippets Groups Projects
Commit 7287e88b authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

cdoAbort now uses cdoKillProcesses()

parent 35414800
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ cdoAbort(const char *fmt, ...)
if (_ExitOnError)
{
g_processManager.killProcesses();
cdoKillProcesses();
pstreamCloseAll();
exit(EXIT_FAILURE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment