X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fcomp_parse.c;h=aa60047b0aadb65649ad13c086b6bc2488d9c61c;hp=f100f14ff66a9fea3391f460167b951cb579f2c9;hb=e0371a7943009d611a4dc080dcddfcdfba9f589b;hpb=5242fccf157e715ed878455a3efea6c82b840eb5 diff --git a/ncurses/tinfo/comp_parse.c b/ncurses/tinfo/comp_parse.c index f100f14f..aa60047b 100644 --- a/ncurses/tinfo/comp_parse.c +++ b/ncurses/tinfo/comp_parse.c @@ -53,7 +53,7 @@ #include #include -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.68 2007/11/03 20:41:46 tom Exp $") static void sanity_check2(TERMTYPE *, bool); NCURSES_IMPEXP void NCURSES_API(*_nc_check_termtype2) (TERMTYPE *, bool) = sanity_check2; @@ -472,7 +472,12 @@ _nc_leaks_tic(void) { _nc_alloc_entry_leaks(); _nc_captoinfo_leaks(); + _nc_comp_captab_leaks(); _nc_comp_scan_leaks(); +#if BROKEN_LINKER || USE_REENTRANT + _nc_names_leaks(); + _nc_codes_leaks(); +#endif _nc_tic_expand(0, FALSE, 0); }