rpc_tower_vector_free(3rpc) — Subroutines
NAME
rpc_tower_vector_free — Releases memory associated with a tower vector
Synopsis
void rpc_tower_vector_free(
rpc_tower_vector_p_t ∗twr_vector,
unsigned32 ∗status);
Parameters
Input
twr_vectorSpecifies the tower vector to be freed. On return, its value is NULL.
Output
statusReturns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.
The status code is either rpc_s_ok or a value returned from a called routine.
Description
The rpc_tower_vector_free() routine releases memory associated with a tower vector, including the towers as well as the vector.
Return Values
No value is returned.
Related Information
Functions: rpc_binding_copy(3rpc), rpc_binding_free(3rpc), rpc_tower_to_binding(3rpc), rpc_tower_vector_from_binding(3rpc).