X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_defkey.c;h=00c1cf300ebfed5fefb962c3c9f93b8b6cb26f0c;hp=7f70f8ac863932657485321b20b12cf93375c278;hb=2639531af0c3ca25b48e7bcb9c790fa566cc5892;hpb=5a9c046f10f72b47ad32801a8e54fe3d05aa8051 diff --git a/test/demo_defkey.c b/test/demo_defkey.c index 7f70f8ac..00c1cf30 100644 --- a/test/demo_defkey.c +++ b/test/demo_defkey.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 2002-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 * @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: demo_defkey.c,v 1.16 2006/04/01 19:08:03 tom Exp $ + * $Id: demo_defkey.c,v 1.17 2007/04/07 17:13:03 tom Exp $ * * Demonstrate the define_key() function. * Thomas Dickey - 2002/11/23 @@ -143,13 +143,12 @@ really_define_key(WINDOW *win, const char *new_string, int code) code_name); } log_last_line(win); + if (vis_string != 0) { free(vis_string); vis_string = 0; } - if (vis_string != 0) - free(vis_string); vis_string = visible(new_string); if ((rc = key_defined(new_string)) > 0) { wprintw(win, "%s was bound to %s\n", vis_string, keyname(rc));