summaryrefslogtreecommitdiff
path: root/pith/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/state.c')
-rw-r--r--pith/state.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pith/state.c b/pith/state.c
index 5d83aba6..f4785850 100644
--- a/pith/state.c
+++ b/pith/state.c
@@ -34,7 +34,7 @@ static char rcsid[] = "$Id: state.c 1074 2008-06-04 00:08:43Z hubert@u.washingto
#include "../pith/list.h"
#include "../pith/smime.h"
#include "../pith/ical.h"
-
+#include "../pith/bldaddr.h"
/*
* Globals referenced throughout pine...
@@ -359,4 +359,7 @@ free_pith_module_globals(void)
{
free_filter_module_globals();
ical_free_all();
+ free_bldaddr_module_globals();
+ fname_to_locale(NULL);
+ fname_to_utf8(NULL);
}