Ejemplo n.º 1
0
void
test_searpc__cleanup (void)
{
    searpc_free_client_with_pipe_transport(client_with_pipe_transport);

    /* free memory for memory debug with valgrind */
    searpc_server_final();
}
Ejemplo n.º 2
0
void
test_searpc__cleanup (void)
{
    /* free memory for memory debug with valgrind */
    searpc_server_final();
}