Reported by José E. Marchesi <jemarch@gnu.org>.
* libtextstyle/gnulib-local/lib/term-ostream.oo.c (term_ostream::free): Free
also the stream's attrbuffer.
/* Output stream for attributed text, producing ANSI escape sequences.
- Copyright (C) 2006-2008, 2017, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2006-2008, 2017, 2019-2020 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
free (stream->hyperlinks_array);
}
free (stream->buffer);
+ free (stream->attrbuffer);
free (stream);
}