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,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>
|
2001-10-20 <NotZed@Ximian.com>
|
||||||
|
|
||||||
* camel-folder.c (move_messages_to): If no exception supplied, use
|
* camel-folder.c (move_messages_to): If no exception supplied, use
|
||||||
|
@ -769,7 +769,6 @@ vee_folder_add_info(CamelVeeFolder *vf, CamelFolder *f, CamelMessageInfo *info,
|
|||||||
dinfo = camel_folder_summary_uid(folder->summary, vuid);
|
dinfo = camel_folder_summary_uid(folder->summary, vuid);
|
||||||
if (dinfo) {
|
if (dinfo) {
|
||||||
d(printf("w:clash, we already have '%s' in summary\n", vuid));
|
d(printf("w:clash, we already have '%s' in summary\n", vuid));
|
||||||
g_free(vuid);
|
|
||||||
camel_folder_summary_info_free(folder->summary, dinfo);
|
camel_folder_summary_info_free(folder->summary, dinfo);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user