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

Diff of /monit/monit_process.c

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

revision 1.21 by martinp, Thu Sep 25 15:22:09 2003 UTC revision 1.22 by hauk, Tue Sep 30 16:03:13 2003 UTC
# Line 284  void delprocesstree(ProcessTree_T * pt, Line 284  void delprocesstree(ProcessTree_T * pt,
284    
285      if ( pt[i].children!=NULL ) {      if ( pt[i].children!=NULL ) {
286    
287        free(pt[i].children);        FREE(pt[i].children);
288                
289      }      }
290    
291    }    }
292    
293    free(pt);    FREE(pt);
294    
295    return;    return;
296    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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