Пример #1
0
void mgcp_fini(void)
{
#   ifdef DELETE_ALL_AT_EXIT
    port_muxer_dtor(&udp_port_muxer_agent, &udp_port_muxers);
    port_muxer_dtor(&udp_port_muxer_gw, &udp_port_muxers);
    proto_dtor(&proto_mgcp_);
#   endif
    log_category_proto_mgcp_fini();
}
Пример #2
0
void sdp_fini(void)
{
    proto_dtor(&proto_sdp_);
    log_category_proto_sdp_fini();
}