X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Fcommand.c;fp=apps%2Fsilc%2Fcommand.c;h=67307f228f4ac467523dd8697695020409aeb82c;hb=8d997c2ba84f3e6f191b2ed826ae21acd1c111ba;hp=5c64ca8fa3bf8fc70c867a1de54735007929a122;hpb=fbaab61eff5a98b5c5b6e303ef58448d34c9c3ba;p=silc.git 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); }