Changeset 82dc7d35bbaadf8d6f995fa74cd2135e6764188d for src/noit_conf.c
- Timestamp:
- 10/19/11 01:27:04 (2 years ago)
- git-parent:
- Files:
-
- src/noit_conf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_conf.c
r2357078 r82dc7d3 307 307 strlcat(infile, path, PATH_MAX); 308 308 } 309 xmlFree(path); 309 310 config_include_nodes[i].doc = xmlParseFile(infile); 310 311 if(config_include_nodes[i].doc) { … … 460 461 snprintf(xpath_expr, sizeof(xpath_expr), "//*[@id=\"%s\"]", inheritid); 461 462 noit_conf_get_into_hash(NULL, xpath_expr, table); 463 xmlFree(inheritid); 462 464 } 463 465 /* 3. */
