FACT++  1.0
void service_remove ( RED_DNS_SERVICE servp)

Definition at line 1641 of file dns.c.

References dll_remove(), Memory::free(), and red_serv::node_head.

Referenced by handle_client_request(), handle_registration(), and release_conn().

1642 {
1643  if( servp->node_head )
1644  free( servp->node_head );
1645  dll_remove( (DLL *) servp );
1646 }
void dll_remove(DLL *item)
Definition: dll.c:100
Definition: dim.h:530
void free(void *mem)
RED_NODE * node_head
Definition: dns.c:67

+ Here is the call graph for this function:

+ Here is the caller graph for this function: