diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-29 00:55:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-29 00:55:55 +0800 |
commit | 161fabb3552c44eb2e57563e40d5c80535c0a763 (patch) | |
tree | 869111fdb07289ccaf07d88ea9c06b1f27298dce /camel/ChangeLog | |
parent | 97bf430fbb1980da4b683dbe4b63128f69483c5b (diff) | |
download | gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar.gz gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar.bz2 gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar.lz gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar.xz gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.tar.zst gsoc2013-evolution-161fabb3552c44eb2e57563e40d5c80535c0a763.zip |
General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added
2000-06-28 Jeffrey Stedfast <fejj@helixcode.com>
* providers/mbox/camel-mbox-summary.c: General cleanup
(camel_mbox_summary_sync): Fixed a memory leak and added
CamelException handling.
* providers/mbox/camel-mbox-store.c (delete_folder): Fixed a
memory leak
* providers/mbox/camel-mbox-folder.c (mbox_append_message):
Default 'off_t seek' to -1 so as to make sure it's initialized
before it's used in the case of a bad stat() call.
(mbox_sync): Updated
(mbox_expunge): Updated
svn path=/trunk/; revision=3774
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d6471af21b..dbf62f9751 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2000-06-28 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/mbox/camel-mbox-summary.c: General cleanup + (camel_mbox_summary_sync): Fixed a memory leak and added + CamelException handling. + + * providers/mbox/camel-mbox-store.c (delete_folder): Fixed a + memory leak + + * providers/mbox/camel-mbox-folder.c (mbox_append_message): + Default 'off_t seek' to -1 so as to make sure it's initialized + before it's used in the case of a bad stat() call. + (mbox_sync): Updated + (mbox_expunge): Updated + 2000-06-27 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (imap_connect): Move the |