mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 06:21:08 +00:00
commit
21e20322cf
@ -4470,8 +4470,11 @@ on_error:
|
||||
if (pid > 0)
|
||||
ret = wait_for_pid(pid);
|
||||
|
||||
if (idmap)
|
||||
if (idmap) {
|
||||
lxc_free_idmap(idmap);
|
||||
free(idmap);
|
||||
}
|
||||
|
||||
if (host_uid_map && (host_uid_map != container_root_uid))
|
||||
free(host_uid_map);
|
||||
if (host_gid_map && (host_gid_map != container_root_gid))
|
||||
|
Loading…
Reference in New Issue
Block a user