FACT++  1.0
static void rem_exit_handler_item ( EXIT_H exitp)
static

Definition at line 3073 of file dis.c.

References Memory::free(), and sll_remove().

Referenced by add_exit_handler(), dis_set_client_exit_handler(), and do_exit_handler().

3074 {
3075 
3076  DISABLE_AST
3077  if(!Exit_h_head)
3078  {
3079  ENABLE_AST
3080  return;
3081  }
3082  sll_remove( (SLL *) Exit_h_head, (SLL *) exitp );
3083  free(exitp);
3084  ENABLE_AST
3085 }
static EXIT_H * Exit_h_head
Definition: dis.c:139
Definition: dim.h:536
int sll_remove(SLL *head, SLL *item)
Definition: sll.c:74
void free(void *mem)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: