Fix a memory leak. If a file is $INCLUDEd, we have a CONF_SECTION
authoraland <aland>
Thu, 8 Feb 2001 21:11:44 +0000 (21:11 +0000)
committeraland <aland>
Thu, 8 Feb 2001 21:11:44 +0000 (21:11 +0000)
commit07695ea98a8e65069aa0deb13d30c31f2773f3ae
tree842614780d585d36e1e6da01cb12040919dee466
parentd1c228ac9f0a1b204140b20740a0e63c35236e5a
Fix a memory leak.  If a file is $INCLUDEd, we have a CONF_SECTION
data structure for it, which we don't want.  We ONLY want the
'children'.  So, we re-parent the children, hoist them into the
parent CONF_SECTION, and delete the CONF_SECTION for the included
file, which is now empty.
src/main/conffile.c