source3/netapi: fix only caller which doesn't set up a talloc_stackframe()
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 18 Jul 2012 05:37:28 +0000 (15:07 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 18 Jul 2012 05:37:28 +0000 (15:07 +0930)
commit06731bc28f5bff963f75451a0d7dd7445e94407c
tree1e428344aea0f09620fc3e1c93fa2a2f3d514f59
parentd54ebd36cc95ae13844bd00d5bbb2e3ff1a06285
source3/netapi: fix only caller which doesn't set up a talloc_stackframe()

libnetapi_free() needs a stackframe too; looked like Andrew and Günther
missed this in a37de9a95974c138d264d9cb0c7829bb426bb2d6.

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