[dovecot-cvs] dovecot/src/auth auth-cache.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Mon Nov 1 14:18:07 EET 2004


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv1341/auth

Modified Files:
	auth-cache.c 
Log Message:
memory leak fixes



Index: auth-cache.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-cache.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auth-cache.c	21 Oct 2004 02:23:12 -0000	1.1
+++ auth-cache.c	1 Nov 2004 12:18:04 -0000	1.2
@@ -41,7 +41,7 @@
 			}
 		}
 	}
-	return str_c_modifyable(str);
+	return str_free_without_data(str);
 }
 
 static void



More information about the dovecot-cvs mailing list