s3:loadparm: free the file_list at the start of loadparm
authorMichael Adam <obnox@samba.org>
Wed, 6 May 2009 00:25:08 +0000 (02:25 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 May 2009 06:41:00 +0000 (08:41 +0200)
commit6708b926a47b53a2984de6af9bb9d319ed6efe58
treebc5e175c3f18e0869e38ca8dbc0b5317d736cd3b
parent6aef9bbbf7160cf9e79c50e13632bf29efaedb65
s3:loadparm: free the file_list at the start of loadparm

This should reduce the waste of memory when using "config file"
or "config backend". It also reduces the risk of triggering
reloads due to some old unused files being checked.

Michael
source3/param/loadparm.c