From: Pekka Riikonen Date: Tue, 27 Jun 2000 19:38:40 +0000 (+0000) Subject: Added missing goto flag. X-Git-Tag: SILC.0.1~564 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8d997c2ba84f3e6f191b2ed826ae21acd1c111ba;p=silc.git Added missing goto flag. --- 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); }