summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/pf.c')
-rw-r--r--openvpn/src/openvpn/pf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/pf.c b/openvpn/src/openvpn/pf.c
index 3c468019..aafe9ff0 100644
--- a/openvpn/src/openvpn/pf.c
+++ b/openvpn/src/openvpn/pf.c
@@ -606,7 +606,6 @@ pf_destroy_context (struct pf_context *pfc)
if (pfc->filename)
{
platform_unlink (pfc->filename);
- free (pfc->filename);
}
#endif
if (pfc->pfs)