oops, dont free the vuid, since its alloca'd now.
author1 <NotZed@Ximian.com>
Sun, 21 Oct 2001 18:18:51 +0000 (18:18 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Sun, 21 Oct 2001 18:18:51 +0000 (18:18 +0000)
2001-10-21    <NotZed@Ximian.com>

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

camel/ChangeLog
camel/camel-vee-folder.c

index 8d4f4d8..807feae 100644 (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
index cf05a30..cb720de 100644 (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;
        }