Added 'base' and 'variables' to a CONF_SECTION, which are added
authoraland <aland>
Mon, 12 Feb 2007 09:59:05 +0000 (09:59 +0000)
committeraland <aland>
Mon, 12 Feb 2007 09:59:05 +0000 (09:59 +0000)
commit42b2a81db63d11541016503282921e6cf2496e81
tree3c18c6ac218de63042b6b77ee09996ab2607879c
parentda0046ba82738dd89b97c9d0031e85bbec394a14
Added 'base' and 'variables' to a CONF_SECTION, which are added
by cf_section_parse.  Now, when someone calls cf_section_free(),
the strings allocated from cf_section_parse() are automatically
free'd, too.

For now, we only do this for the base variables in mainconfig.
If we enable this for all of the modules, we first have to
update all of the modules to NOT explicitely call free() on
the strings allocated by cf_section_parse().
src/main/conffile.c