| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | /* | |
| 2 | * i-scream central monitoring system | |
| 3 | < | * http://www.i-scream.org.uk |
| 3 | > | * http://www.i-scream.org |
| 4 | * Copyright (C) 2000-2002 i-scream | |
| 5 | * | |
| 6 | * This program is free software; you can redistribute it and/or | |
| # | Line 414 | Line 414 | int parse_xml(char *xml, machine_data_list_t **md){ | |
| 414 | machine_data_list->diskio_data_list=NULL; | |
| 415 | *md=machine_data_list; | |
| 416 | num_hosts++; | |
| 417 | + | } else { |
| 418 | + | xmlFree(hostname); |
| 419 | } | |
| 420 | ||
| 421 | /* Now we want to pull out the data */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |