Unverified Commit e8a10866 by Christian Brauner Committed by GitHub

Merge pull request #2329 from simos/fix-resource-leak-cid1425844

coverity: #1425844
parents b3595a34 fbd4a4d1
...@@ -4497,6 +4497,7 @@ void suggest_default_idmap(void) ...@@ -4497,6 +4497,7 @@ void suggest_default_idmap(void)
if (!urange || !grange) { if (!urange || !grange) {
ERROR("You do not have subuids or subgids allocated"); ERROR("You do not have subuids or subgids allocated");
ERROR("Unprivileged containers require subuids and subgids"); ERROR("Unprivileged containers require subuids and subgids");
free(uname);
return; 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