dovecot-1.0: Fixed a leaked t_pop()

dovecot at dovecot.org dovecot at dovecot.org
Mon Dec 10 11:39:33 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/784dcea426f6
changeset: 5485:784dcea426f6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Dec 10 11:39:29 2007 +0200
description:
Fixed a leaked t_pop()

diffstat:

1 file changed, 1 insertion(+)
src/dict/dict-cache.c |    1 +

diffs (9 lines):

diff -r 78d366768241 -r 784dcea426f6 src/dict/dict-cache.c
--- a/src/dict/dict-cache.c	Sun Dec 09 16:07:57 2007 +0200
+++ b/src/dict/dict-cache.c	Mon Dec 10 11:39:29 2007 +0200
@@ -67,4 +67,5 @@ void dict_cache_unref(struct dict_cache 
 		i_free(entry->user_uri);
 		i_free(entry);
 	}
+	t_pop();
 }


More information about the dovecot-cvs mailing list