diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-19 04:07:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-19 04:07:09 +0800 |
commit | 7f972efe0d2889052fbb49dceb28af5c9e1308a6 (patch) | |
tree | 6522abf8bd205f0bb3e30506eb9fcab3b78f52f8 /camel/ChangeLog | |
parent | d1d0e8e307fc3fd65d15a407637129d529bb0668 (diff) | |
download | gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar.gz gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar.bz2 gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar.lz gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar.xz gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.tar.zst gsoc2013-evolution-7f972efe0d2889052fbb49dceb28af5c9e1308a6.zip |
Call camel_mime_utils_shutdown() and camel_operation_shutdown().
2004-06-18 Jeffrey Stedfast <fejj@novell.com>
* camel.c (camel_shutdown): Call camel_mime_utils_shutdown() and
camel_operation_shutdown().
* camel-operation.c (camel_operation_shutdown): New function.
* camel-mime-utils.c (camel_mime_utils_shutdown): New function to
clean up the compiled regexes.
svn path=/trunk/; revision=26425
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d2ceff25cc..0b1745b5b9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2004-06-18 Jeffrey Stedfast <fejj@novell.com> + * camel.c (camel_shutdown): Call camel_mime_utils_shutdown() and + camel_operation_shutdown(). + + * camel-operation.c (camel_operation_shutdown): New function. + + * camel-mime-utils.c (camel_mime_utils_shutdown): New function to + clean up the compiled regexes. + * camel-stream-buffer.c (set_vbuf): Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy! |