[dovecot-cvs] dovecot/src/dict dict-server.c, 1.2, 1.3 main.c, 1.2, 1.3

cras at dovecot.org cras at dovecot.org
Sat Dec 31 00:18:47 EET 2005


Update of /var/lib/cvs/dovecot/src/dict
In directory talvi:/tmp/cvs-serv14534

Modified Files:
	dict-server.c main.c 
Log Message:
Small fixes



Index: dict-server.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/dict/dict-server.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dict-server.c	30 Dec 2005 22:17:38 -0000	1.2
+++ dict-server.c	30 Dec 2005 22:18:44 -0000	1.3
@@ -424,6 +424,7 @@
 	dict_cache_deinit(server->cache);
 	if (close(server->fd) < 0)
 		i_error("close(%s) failed: %m", server->path);
+	io_remove(server->io);
 	i_free(server->path);
 	i_free(server);
 }

Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/dict/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- main.c	30 Dec 2005 22:17:38 -0000	1.2
+++ main.c	30 Dec 2005 22:18:44 -0000	1.3
@@ -74,7 +74,7 @@
 int main(void)
 {
 #ifdef DEBUG
-	if (getenv("LOGGED_IN") != NULL && getenv("GDB") == NULL)
+	if (getenv("GDB") == NULL)
 		fd_debug_verify_leaks(3, 1024);
 #endif
 



More information about the dovecot-cvs mailing list