Example #1
0
File: mgcp.c Project: rixed/junkie
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();
}
Example #2
0
File: sdp.c Project: krissg/junkie
void sdp_fini(void)
{
    proto_dtor(&proto_sdp_);
    log_category_proto_sdp_fini();
}