diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 01:51:44 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:04 +0100 |
commit | 6901b3c64a65d9745efac13f071225d5d2949f4d (patch) | |
tree | 3080eea5818c581371ace8178aa50156ff35c29a /source4/smbd | |
parent | 9ebcd7a0df117158f1817b7d3a9a21ad4e1fa97a (diff) | |
download | samba-6901b3c64a65d9745efac13f071225d5d2949f4d.tar.gz samba-6901b3c64a65d9745efac13f071225d5d2949f4d.tar.bz2 samba-6901b3c64a65d9745efac13f071225d5d2949f4d.zip |
r26278: Tallocify convenience table for iconv handles.
(This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process_standard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 1d254f3927..e013f9cd0e 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 close_iconv() has the effect of freeing the iconv context memory, + /* this reload_charcnv() has the effect of freeing the iconv context memory, which makes leak checking easier */ - close_iconv(); + reload_charcnv(); /* the secrets db should really hang off the connection structure */ secrets_shutdown(); |