summaryrefslogtreecommitdiffstats
path: root/support/export/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/export/export.c')
-rw-r--r--support/export/export.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/export/export.c b/support/export/export.c
index ba0d095..eef2c3b 100644
--- a/support/export/export.c
+++ b/support/export/export.c
@@ -239,6 +239,8 @@ export_freeall(void)
xfree(exp->m_export.e_squids);
if (exp->m_export.e_sqgids)
xfree(exp->m_export.e_sqgids);
+ if (exp->m_export.e_mountpoint)
+ free(exp->m_export.e_mountpoint);
xfree(exp);
}
exportlist[i] = NULL;