Unverified Commit c0979ab7 by Felix Abecassis Committed by Christian Brauner

confile: fix memory leak

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