mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 16:18:16 +00:00
Merge pull request #2329 from simos/fix-resource-leak-cid1425844
coverity: #1425844
This commit is contained in:
commit
e8a10866c1
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user