X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fentries.c;fp=ncurses%2Ftinfo%2Fentries.c;h=0f86cab3c770e0630eeba50f54e402d167da2feb;hp=998205d092d0bf5c5927de723da0861a7edbf5d0;hb=cdaf29481becd3e1c21baa574ac1ab88ea5f3d38;hpb=ade723c546e6559187580c695f7f4637eac13125 diff --git a/ncurses/tinfo/entries.c b/ncurses/tinfo/entries.c index 998205d0..0f86cab3 100644 --- a/ncurses/tinfo/entries.c +++ b/ncurses/tinfo/entries.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2006-2012,2017 Free Software Foundation, Inc. * + * Copyright (c) 2006-2017,2019 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +37,7 @@ #include -MODULE_ID("$Id: entries.c,v 1.26 2017/08/04 09:01:39 tom Exp $") +MODULE_ID("$Id: entries.c,v 1.27 2019/03/09 23:41:08 tom Exp $") /**************************************************************************** * @@ -130,6 +130,7 @@ _nc_leaks_tinfo(void) _nc_forget_prescr(); _nc_comp_captab_leaks(); + _nc_comp_userdefs_leaks(); _nc_free_entries(_nc_head); _nc_get_type(0); _nc_first_name(0);