On Sat, May 13, 2017 at 09:01:16PM -0700, Stefan Beller wrote: > + for (i = 0; i < o->line_buffer_nr; i++); > + free((void*)o->line_buffer[i].line);
I haven't looked at the patches yet, but this ";" on the for line is almost certainly a typo (gcc catches it due to the misleading indentation of the next line). -Peff