diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-19 03:05:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-19 03:05:24 +0800 |
commit | ffe1137a23814197ac205d66c0a43177fd2a7176 (patch) | |
tree | d03eb2a119e697ad545ac7a5982d7a6f301db812 /camel | |
parent | c6a6b65fb48d03a7b86deb2b5b9faff23896176b (diff) | |
download | gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar.gz gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar.bz2 gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar.lz gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar.xz gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.tar.zst gsoc2013-evolution-ffe1137a23814197ac205d66c0a43177fd2a7176.zip |
missed this with the last commit (pop3 and imap memory leaks)
svn path=/trunk/; revision=9453
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a9e251c2cd..7be98c614a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-04-18 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-store.c (camel_imap_store_finalize): + Free base_url and storage_path. + + * providers/pop3/camel-pop3-store.c (finalize): Free the + implementation string. + (camel_pop3_command): Clarify documentation to mention that + @ex isn't set (and *@ret is) on CAMEL_POP3_ERR. + (connect_to_server): Set @ex properly on CAMEL_POP3_ERR. + + * providers/pop3/camel-pop3-folder.c (pop3_refresh_info, + pop3_get_message): Set @ex properly on CAMEL_POP3_ERR. + 2001-04-17 Jeffrey Stedfast <fejj@ximian.com> * camel-pkcs7-context.[c,h]: New source files to handle Pkcs7 |