From ecea5ce24553989103d4a06296b24f4d29f30a36 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Dec 2007 17:41:50 +0100 Subject: r26260: Store loadparm context in gensec context. (This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081) --- source4/smbd/process_standard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/process_standard.c') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 07fdccdb36..1d254f3927 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -195,9 +195,9 @@ _NORETURN_ static void standard_terminate(struct event_context *ev, const char * { DEBUG(2,("standard_terminate: reason[%s]\n",reason)); - /* this init_iconv() has the effect of freeing the iconv context memory, + /* this close_iconv() has the effect of freeing the iconv context memory, which makes leak checking easier */ - init_iconv(); + close_iconv(); /* the secrets db should really hang off the connection structure */ secrets_shutdown(); -- cgit