Commit 43d85922 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

mgt: Missing va_end()

Spotted by Coverity Scan.
parent b3944b63
......@@ -457,6 +457,7 @@ create_pid_file(pid_t *ppid, const char *fmt, ...)
VSB_data(vsb), VAS_errtxt(errno));
VJ_master(JAIL_MASTER_LOW);
VSB_destroy(&vsb);
va_end(ap);
return (pfh);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment