[dovecot-cvs] dovecot/src/lib-storage/index index-search.c,1.37,1.38

cras at procontrol.fi cras at procontrol.fi
Wed Oct 30 20:26:33 EET 2002


Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv12862

Modified Files:
	index-search.c 
Log Message:
don't unref() the ibuffer we got from imap cache.



Index: index-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- index-search.c	28 Oct 2002 09:46:03 -0000	1.37
+++ index-search.c	30 Oct 2002 18:26:30 -0000	1.38
@@ -654,8 +654,6 @@
 
 		search_arg_match_data(inbuf, args, search_text_body);
 	}
-
-	i_buffer_unref(inbuf);
 	return TRUE;
 }
 




More information about the dovecot-cvs mailing list