summaryrefslogtreecommitdiff
path: root/pith/state.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-05-13 01:38:56 -0600
committerEduardo Chappa <chappa@washington.edu>2018-05-13 01:38:56 -0600
commitaac7b10863bcfabe936feb5151e7e11123e13306 (patch)
tree8033a31daed6c94fcbdd41eef1682ba0539cfabd /pith/state.c
parent400647dcc1b040f82d22d539fc013f5e23132049 (diff)
downloadalpine-aac7b10863bcfabe936feb5151e7e11123e13306.tar.xz
* More changes to make Valgrind happy. Work in progress.
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();
+}