summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/acl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/acl.c b/src/acl.c
index 6f0418e..5802769 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -179,11 +179,7 @@ int insert_acl (char *location, acl_access_t access_type)
}
}
- /*
- * Add the entry and then clean up.
- */
ret = vector_append (access_list, &acl, sizeof (struct acl_s));
- safefree (acl.address.string);
return ret;
}