Commit 327500d4 by Felix Abecassis

confile: fix memory leak

parent 242146d9
......@@ -2060,7 +2060,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