lxccontainer: free_init_cmd()

parent 75bd13ab
......@@ -762,8 +762,10 @@ static void free_init_cmd(char **argv)
if (!argv)
return;
while (argv[i])
free(argv[i++]);
free(argv);
}
......
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