From 8d997c2ba84f3e6f191b2ed826ae21acd1c111ba Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 27 Jun 2000 19:38:40 +0000 Subject: [PATCH] Added missing goto flag. --- apps/silc/command.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/silc/command.c b/apps/silc/command.c index 5c64ca8f..67307f22 100644 --- a/apps/silc/command.c +++ b/apps/silc/command.c @@ -20,8 +20,11 @@ /* * $Id$ * $Log$ - * Revision 1.1 2000/06/27 11:36:56 priikone - * Initial revision + * Revision 1.2 2000/06/27 19:38:40 priikone + * Added missing goto flag. + * + * Revision 1.1.1.1 2000/06/27 11:36:56 priikone + * Importet from internal CVS/Added Log headers. * * */ @@ -350,6 +353,7 @@ SILC_CLIENT_CMD_FUNC(quit) cmd->client->screen->bottom_line->connection = NULL; silc_screen_print_bottom_line(cmd->client->screen, 0); +out: silc_client_command_free(cmd); } -- 2.24.0