X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fsp_tinfo.c;h=593a24b17cc49f7b207f57161c437044727e75df;hb=f3248e45b92cf48712e30ff94a3a34ce94d6c6bf;hp=c0a67137c7cb75dea9ecf8502598e467f1621373;hpb=6b99a559185b3b8fad80b56bc2070b08101c33d1;p=ncurses.git diff --git a/test/sp_tinfo.c b/test/sp_tinfo.c index c0a67137..593a24b1 100644 --- a/test/sp_tinfo.c +++ b/test/sp_tinfo.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017,2019 Free Software Foundation, Inc. * + * 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 * * copy of this software and associated documentation files (the * @@ -27,7 +28,7 @@ ****************************************************************************/ /* - * $Id: sp_tinfo.c,v 1.22 2019/04/06 20:42:57 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 */ @@ -278,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); }