--- libaitrpc/src/builtin.c 2012/11/13 09:21:27 1.9.2.1 +++ libaitrpc/src/builtin.c 2012/11/19 15:48:45 1.10.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.9.2.1 2012/11/13 09:21:27 misho Exp $ +* $Id: builtin.c,v 1.10.2.1 2012/11/19 15:48:45 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -148,6 +148,8 @@ rpcServerShutdown(rpc_cli_t *cli, struct tagRPCCall *r RPC_CALLBACK_CHECK_INPUT(cli); srv = RPC_SRV_SERVER(cli); + + rpc_freeCli(cli); srv->srv_kill = 1;