diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-27 05:56:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-27 05:56:12 +0800 |
commit | d5f77c20a8fac411744b8f444693010f28c9aeb4 (patch) | |
tree | bc5392cc0a0525529ce9cbad8cb0ff684c7aae7e /camel/ChangeLog | |
parent | 85c38af8b431e9bc0a6fe8f3c96f21cedb6f935d (diff) | |
download | gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.gz gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.bz2 gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.lz gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.xz gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.zst gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.zip |
Allow the url to be NULL just like the libc free convention.
2001-07-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-url.c (camel_url_free): Allow the url to be NULL just like
the libc free convention.
svn path=/trunk/; revision=11437
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c8c34fc609..056a488f9b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-07-26 Jeffrey Stedfast <fejj@ximian.com> + + * camel-url.c (camel_url_free): Allow the url to be NULL just like + the libc free convention. + 2001-07-26 Dan Winship <danw@ximian.com> * providers/imap/camel-imap-command.c (camel_imap_command_start): |