lxccontainer: free_init_cmd()

parent 9a65270c
......@@ -735,8 +735,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