# | 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 */ | |
# | Line 1005 | Line 1007 | int main(int argc, char **argv){ | |
1007 | extern int errno; | |
1008 | ||
1009 | display_config_t display_config; | |
1010 | < | char ch; |
1010 | > | int ch; |
1011 | ||
1012 | int data_fileno, stdin_fileno, biggest_fileno; | |
1013 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |