Free ui::line_buffer
authorTom Tromey <tromey@adacore.com>
Thu, 11 Aug 2022 15:23:47 +0000 (09:23 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 31 Aug 2022 17:03:39 +0000 (11:03 -0600)
commit55a6603404099c0b61a5e4613712d3935c2e2bb6
treec2029490053e8fd1f3be46d18c976bd8b0750afe
parent10d6fc874c0201bd28c57525fc9465f2bcd680ec
Free ui::line_buffer

A ui initializes its line_buffer, but never calls buffer_free on it.
This patch fixes the oversight.  I found this by inspection.
gdb/top.c