Unverified Commit 01671244 by Simos Xenitellis Committed by Christian Brauner

coverity: #1425802

Resource leak Signed-off-by: 's avatarSimos Xenitellis <simos.lists@googlemail.com>
parent 5686e78d
......@@ -4227,6 +4227,7 @@ void suggest_default_idmap(void)
ERROR("You do not have subuids or subgids allocated");
ERROR("Unprivileged containers require subuids and subgids");
free(uname);
free(gname);
return;
}
......
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