From c9e450bc2796e9070020da7fd63fd8da7180b611 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 2 Jun 2021 21:52:01 -0400 Subject: [PATCH] add note to NEWS for 2.3.2 about 'none' memory leak --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5183f14a6..02a927911 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ rearrangements of Notcurses. memory (e.g. `ncvisual_from_rgba()`). * Fixed a bug where setting a style in direct mode reset color. Shocked that such a bug could exist for so long, ugh. + * Fixed a memory leak when using either the `none` multimedia implementation, + or no multimedia implementation at all, and using the `ncvisual` API. * `ncinput_nomod_p()` has been added. This function returns `true` if and only if its `ncinput` argument has no modifiers active. * Added `notcurses_cursor_yx()` to get the current location of the cursor.