oops, dont free the vuid, since its alloca'd now.

2001-10-21    <NotZed@Ximian.com>

	* camel-vee-folder.c (vee_folder_add_info): oops, dont free the
	vuid, since its alloca'd now.

svn path=/trunk/; revision=13851
This commit is contained in:
1
2001-10-21 18:18:51 +00:00
committed by Michael Zucci
parent 6c4d17ee0e
commit e563157722
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-21 <NotZed@Ximian.com>
* camel-vee-folder.c (vee_folder_add_info): oops, dont free the
vuid, since its alloca'd now.
2001-10-20 <NotZed@Ximian.com>
* camel-folder.c (move_messages_to): If no exception supplied, use

View File

@ -769,7 +769,6 @@ vee_folder_add_info(CamelVeeFolder *vf, CamelFolder *f, CamelMessageInfo *info,
dinfo = camel_folder_summary_uid(folder->summary, vuid);
if (dinfo) {
d(printf("w:clash, we already have '%s' in summary\n", vuid));
g_free(vuid);
camel_folder_summary_info_free(folder->summary, dinfo);
return NULL;
}