summaryrefslogtreecommitdiff
path: root/pith/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/state.c')
-rw-r--r--pith/state.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pith/state.c b/pith/state.c
index 91da5bf6..5d83aba6 100644
--- a/pith/state.c
+++ b/pith/state.c
@@ -33,6 +33,7 @@ static char rcsid[] = "$Id: state.c 1074 2008-06-04 00:08:43Z hubert@u.washingto
#include "../pith/remote.h"
#include "../pith/list.h"
#include "../pith/smime.h"
+#include "../pith/ical.h"
/*
@@ -352,3 +353,10 @@ free_pinerc_s(PINERC_S **prc)
fs_give((void **)prc);
}
}
+
+void
+free_pith_module_globals(void)
+{
+ free_filter_module_globals();
+ ical_free_all();
+}