/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

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

revision 1.103 by martinp, Thu Sep 25 15:22:10 2003 UTC revision 1.104 by hauk, Tue Sep 30 16:03:14 2003 UTC
# Line 224  static void do_home(HttpRequest req, Htt Line 224  static void do_home(HttpRequest req, Htt
224      "  </tr>"      "  </tr>"
225      "</table>", Run.localhostname, uptime);      "</table>", Run.localhostname, uptime);
226    
227    free(uptime);    FREE(uptime);
228        
229    do_home_process(req, res);    do_home_process(req, res);
230    do_home_device(req, res);    do_home_device(req, res);
# Line 533  static void handle_action(HttpRequest re Line 533  static void handle_action(HttpRequest re
533    }    }
534    
535    quit:    quit:
536    free(action);    FREE(action);
537    reset_depend();    reset_depend();
538        
539  }  }
# Line 616  static void print_status(Service_T s, Ht Line 616  static void print_status(Service_T s, Ht
616                        
617          }          }
618                    
619          free(uptime);          FREE(uptime);
620                    
621        } else {        } else {
622                    
# Line 903  static void do_home_process(HttpRequest Line 903  static void do_home_process(HttpRequest
903      }      }
904    
905      on= on?FALSE:TRUE;      on= on?FALSE:TRUE;
906      free(uptime);      FREE(uptime);
907            
908    }    }
909        

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

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