s3:loadparm: free the file_list at the start of loadparm
commit25b0c51c8db62b5e7b12cab19b4dd2fa699ed67e
authorMichael Adam <obnox@samba.org>
Wed, 6 May 2009 00:25:08 +0000 (6 02:25 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 May 2009 20:19:08 +0000 (12 22:19 +0200)
tree895317f7954c3fe74cc411fa030d3f08f4f9ce6c
parent2f63ee84f29f15b6173ffc20b7debad2b91eafe6
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
(cherry picked from commit 6708b926a47b53a2984de6af9bb9d319ed6efe58)
source3/param/loadparm.c