X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Finfocmp.c;h=932063e586a832fbde9ef44e7254901d50235593;hp=d3353f26415e0c594fda1787d0d59722fa2ddc80;hb=c6abbc3dd08d8a749098dc1674ce6ec65d844e86;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/progs/infocmp.c b/progs/infocmp.c index d3353f26..932063e5 100644 --- a/progs/infocmp.c +++ b/progs/infocmp.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2007 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 * @@ -41,7 +41,7 @@ #include -MODULE_ID("$Id: infocmp.c,v 1.85 2006/08/19 21:20:37 tom Exp $") +MODULE_ID("$Id: infocmp.c,v 1.86 2007/01/21 01:09:07 tom Exp $") #define L_CURL "{" #define R_CURL "}" @@ -96,6 +96,7 @@ ExitProgram(int code) while (termcount-- > 0) _nc_free_termtype(&entries[termcount].tterm); _nc_leaks_dump_entry(); + _nc_leaks_tic(); _nc_free_and_exit(code); } #endif