dovecot-2.2: replicator: Another deinit crashfix

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:24 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/f7a3714dc390
changeset: 14272:f7a3714dc390
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 04 12:09:35 2012 +0200
description:
replicator: Another deinit crashfix

diffstat:

 src/replication/replicator/replicator-queue.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 3b258bb9a03f -r f7a3714dc390 src/replication/replicator/replicator-queue.c
--- a/src/replication/replicator/replicator-queue.c	Sun Mar 04 12:07:21 2012 +0200
+++ b/src/replication/replicator/replicator-queue.c	Sun Mar 04 12:09:35 2012 +0200
@@ -81,6 +81,8 @@
 
 	*_queue = NULL;
 
+	queue->change_callback = NULL;
+
 	while ((item = priorityq_pop(queue->user_queue)) != NULL) {
 		struct replicator_user *user = (struct replicator_user *)item;
 


More information about the dovecot-cvs mailing list