dovecot-2.1: auth: Don't leak memory in deinit.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 23 22:08:21 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/35764175dc92
changeset: 13759:35764175dc92
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 23 21:40:04 2011 +0200
description:
auth: Don't leak memory in deinit.

diffstat:

 src/auth/main.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r b8e1c9685c69 -r 35764175dc92 src/auth/main.c
--- a/src/auth/main.c	Wed Nov 23 21:14:11 2011 +0200
+++ b/src/auth/main.c	Wed Nov 23 21:40:04 2011 +0200
@@ -281,6 +281,7 @@
         password_schemes_deinit();
 	sql_drivers_deinit();
 	random_deinit();
+	child_wait_deinit();
 
 	array_foreach_modifiable(&listeners, l)
 		i_free(l->path);


More information about the dovecot-cvs mailing list