X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fentries.c;h=5afcbb1d0e8fd93e7227f7216b338480f301d0a5;hp=6433d9e8685097c67b3093f68b1692735add26cf;hb=322d0bb55499368c35c8e65ae1ea1c26209bc05e;hpb=9e3a472c069d718e4f510e8477373618f80227ae diff --git a/ncurses/tinfo/entries.c b/ncurses/tinfo/entries.c index 6433d9e8..5afcbb1d 100644 --- a/ncurses/tinfo/entries.c +++ b/ncurses/tinfo/entries.c @@ -38,7 +38,7 @@ #include #include -MODULE_ID("$Id: entries.c,v 1.15 2009/07/11 14:42:42 tom Exp $") +MODULE_ID("$Id: entries.c,v 1.16 2009/09/27 14:45:02 tom Exp $") /**************************************************************************** * @@ -125,6 +125,7 @@ _nc_leaks_tinfo(void) del_curterm(TerminalOf(CURRENT_SCREEN)); } + _nc_comp_captab_leaks(); _nc_free_entries(_nc_head); _nc_get_type(0); _nc_first_name(0);