]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.3 - patch 20220521
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 May 2022 00:12:22 +0000 (00:12 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 May 2022 00:12:22 +0000 (00:12 +0000)
commit1ddfa997c0965852dbdc738aa6d92c0cd0975f3b
treef0a81221f5f667cc57e2d4ea150576db566909e8
parenteeac2ef5db363494c4272b6dca6d9a0474153381
ncurses 6.3 - patch 20220521

+ improve memory-leak checking in several test-programs.
+ set trailing null on string passed from winsnstr() to wins_nwstr().
+ modify del_curterm() to fix memory-leak introduced by change to
  copy_termtype().
25 files changed:
NEWS
VERSION
dist.mk
ncurses/base/lib_insnstr.c
ncurses/tinfo/free_ttype.c
ncurses/tinfo/lib_cur_term.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/color_content.c
test/combine.c
test/demo_menus.c
test/demo_tabs.c
test/dup_field.c
test/move_field.c
test/padview.c
test/pair_content.c
test/test.priv.h
test/test_mouse.c
test/test_setupterm.c
test/test_termattrs.c