commit | 55a6603404099c0b61a5e4613712d3935c2e2bb6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Aug 11 09:23:47 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed Aug 31 11:03:39 2022 -0600 |
tree | c2029490053e8fd1f3be46d18c976bd8b0750afe | |
parent | 10d6fc874c0201bd28c57525fc9465f2bcd680ec [diff] |
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.