Unverified Commit 192ab19d by Felix Abecassis Committed by Christian Brauner

confile: fix memory leak

parent e59b36b1
......@@ -1984,7 +1984,7 @@ static int parse_line(char *buffer, void *data)
}
if (empty_line)
return 0;
goto on_error;
line += lxc_char_left_gc(line, strlen(line));
......
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