Commit 94272b71 by Serge Hallyn

lxc_usernsexec: fix build breakage

parent 87ff951e
......@@ -274,7 +274,7 @@ static int map_child_uids(int pid, struct id_map *map)
nuargs += 3;
newuidargs = realloc(uidargs, (nuargs+1) * sizeof(*uidargs));
if (!newuidargs) {
free(uidargs)
free(uidargs);
return -1;
}
uidargs = newuidargs;
......
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