s3-loadparm: fixed a memory leak in parametric options
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Jul 2011 02:19:58 +0000 (12:19 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Sep 2011 13:09:54 +0000 (15:09 +0200)
commite16f004dc0b04c45cd5b16de47968094575d2a38
treea20a563db735ef2bd7548421568d919dcc6c9991
parent38198e8f3e07351af88db4b931271977e23e13fd
s3-loadparm: fixed a memory leak in parametric options

before we memset the Globals structure we need to free any global
parametrics

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source3/param/loadparm.c