Skip to content
Snippets Groups Projects
Commit 8d2f9c04 authored by Danny Auble's avatar Danny Auble
Browse files

add fini_setproctitle to end of step when doing memory check

parent 10250a67
No related branches found
No related tags found
No related merge requests found
...@@ -165,6 +165,8 @@ ending: ...@@ -165,6 +165,8 @@ ending:
#ifdef MEMORY_LEAK_DEBUG #ifdef MEMORY_LEAK_DEBUG
_step_cleanup(job, msg, rc); _step_cleanup(job, msg, rc);
fini_setproctitle();
xfree(cli); xfree(cli);
xfree(self); xfree(self);
xfree(conf->hostname); xfree(conf->hostname);
......
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