.. highlightlang:: us .. _rpc_clnt_destroy: rpc_clnt_destroy ================ .. index:: rpc_clnt_destroy .. us.tag rpc_clnt_destroy NOTREADYENGLISH New500 asam3.init :ref:`rpc_clnt_destroy` frees the RPC client pointer. .. function:: bool = rpc_clnt_destroy(cl) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: client *cl*. *cl* is the client pointer, returned by :ref:`rpc_clnt_create`. .. us.example **Example** See :ref:`rpc_clnt_create`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-asam-ods` :sub:`id-1031820`