From 7f972efe0d2889052fbb49dceb28af5c9e1308a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 18 Jun 2004 20:07:09 +0000 Subject: Call camel_mime_utils_shutdown() and camel_operation_shutdown(). 2004-06-18 Jeffrey Stedfast * 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 --- camel/camel-mime-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-mime-utils.h') diff --git a/camel/camel-mime-utils.h b/camel/camel-mime-utils.h index 5fb23be36f..23987a5c16 100644 --- a/camel/camel-mime-utils.h +++ b/camel/camel-mime-utils.h @@ -114,6 +114,7 @@ struct _camel_header_newsgroup { /* MUST be called before everything else */ void camel_mime_utils_init(void); +void camel_mime_utils_shutdown (void); /* Address lists */ struct _camel_header_address *camel_header_address_new (void); -- cgit v1.2.3