source3/utils/net_conf.c: fix stackframe leak
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Jul 2012 19:39:31 +0000 (05:09 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Jul 2012 19:39:31 +0000 (05:09 +0930)
commitc809eec53fb1d2a36909e4934dff349f91e3359e
tree338b64b8ea82010a6edce0e52f0f95f6d3a97888
parentaa2e02e6846c4fa8199ebafbe6b9e050df8af16b
source3/utils/net_conf.c: fix stackframe leak

net_conf_wrap_function() doesn't free its stackframe.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source3/utils/net_conf.c