]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/lib_cur_term.c
ncurses 6.3 - patch 20220529
[ncurses.git] / ncurses / tinfo / lib_cur_term.c
index 7d7e7f1577f9c86378178438ebc93cfad05c8fb5..1f8db2c1e0c8587984503ffe69b0d22b239a24f9 100644 (file)
@@ -41,7 +41,7 @@
 #include <termcap.h>           /* ospeed */
 #include <tic.h>               /* VALID_STRING */
 
-MODULE_ID("$Id: lib_cur_term.c,v 1.48 2022/05/21 22:58:20 tom Exp $")
+MODULE_ID("$Id: lib_cur_term.c,v 1.49 2022/05/28 17:56:55 tom Exp $")
 
 #undef CUR
 #define CUR TerminalType(termp).
@@ -148,7 +148,7 @@ NCURSES_SP_NAME(del_curterm) (NCURSES_SP_DCLx TERMINAL *termp)
 
 #if NCURSES_EXT_NUMBERS
 #if NCURSES_EXT_COLORS
-       _nc_free_termtype(&termp->type);
+       _nc_free_termtype1(&termp->type);
 #else
        _nc_free_termtype2(&termp->type);
 #endif