From d38ea02d0e4bcdc4e0114567028596f7bcba45b9 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Fri, 30 May 2003 05:16:52 +0000 Subject: new "mountpoint" export option. --- support/export/export.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/export') 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; -- cgit