예제 #1
0
파일: searpc.c 프로젝트: haiwen/libsearpc
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();
}
예제 #2
0
void
test_searpc__cleanup (void)
{
    /* free memory for memory debug with valgrind */
    searpc_server_final();
}