]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/comp_parse.c
ncurses 5.6 - patch 20070908
[ncurses.git] / ncurses / tinfo / comp_parse.c
index f100f14ff66a9fea3391f460167b951cb579f2c9..16850eaca7e7e3e9138136b7313fa340f08ad499 100644 (file)
@@ -53,7 +53,7 @@
 #include <tic.h>
 #include <term_entry.h>
 
-MODULE_ID("$Id: comp_parse.c,v 1.66 2007/02/03 18:43:31 tom Exp $")
+MODULE_ID("$Id: comp_parse.c,v 1.67 2007/08/12 13:10:45 tom Exp $")
 
 static void sanity_check2(TERMTYPE *, bool);
 NCURSES_IMPEXP void NCURSES_API(*_nc_check_termtype2) (TERMTYPE *, bool) = sanity_check2;
@@ -472,6 +472,7 @@ _nc_leaks_tic(void)
 {
     _nc_alloc_entry_leaks();
     _nc_captoinfo_leaks();
+    _nc_comp_captab_leaks();
     _nc_comp_scan_leaks();
     _nc_tic_expand(0, FALSE, 0);
 }