Unverified Commit f49098e0 by Christian Brauner Committed by GitHub

Merge pull request #2328 from simos/fix-resource-leak-cid1425802

coverity: #1425802
parents b5ead53a 1e7cd2f7
......@@ -4500,6 +4500,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