/[monit]/monit/gc.c
ViewVC logotype

Diff of /monit/gc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by hauk, Sat Dec 21 13:56:04 2002 UTC revision 1.13 by martinp, Mon Feb 10 19:39:55 2003 UTC
# Line 123  void gc_process(Process_T *p) { Line 123  void gc_process(Process_T *p) {
123      free((*p)->stop);      free((*p)->stop);
124    }    }
125    (*p)->next= NULL;    (*p)->next= NULL;
126    
127      pthread_mutex_destroy(&(*p)->mutex);
128    
129    free(*p);    free(*p);
130    
131  }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26