X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fsp_tinfo.c;fp=test%2Fsp_tinfo.c;h=593a24b17cc49f7b207f57161c437044727e75df;hp=419b000a700a918f1b2a0ff02db5f2faf9fc82d1;hb=f8a52f8d51160dbfdd5449403bb157497f2b39c4;hpb=64eb5fae1961774e65e46953fa536d12c12f6d76 diff --git a/test/sp_tinfo.c b/test/sp_tinfo.c index 419b000a..593a24b1 100644 --- a/test/sp_tinfo.c +++ b/test/sp_tinfo.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2019-2020,2022 Thomas E. Dickey * * Copyright 2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -28,7 +28,7 @@ ****************************************************************************/ /* - * $Id: sp_tinfo.c,v 1.23 2020/02/02 23:34:34 tom Exp $ + * $Id: sp_tinfo.c,v 1.24 2022/04/09 22:56:28 tom Exp $ * * TOTO: add option for non-sp-funcs interface */ @@ -279,9 +279,6 @@ cleanup(MYDATA * data) { set_curterm(data->term); del_curterm(data->term); -#if !NO_LEAKS - free(data->sp); /* cannot use delscreen in tinfo */ -#endif free(data); }