summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/dhcpv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dhcpv4.c b/src/dhcpv4.c
index 647cdc0..a657e13 100644
--- a/src/dhcpv4.c
+++ b/src/dhcpv4.c
@@ -222,7 +222,6 @@ int setup_dhcpv4_interface(struct interface *iface, bool enable)
struct dhcpv4_assignment *a = list_first_entry(&iface->dhcpv4_assignments,
struct dhcpv4_assignment, head);
list_del(&a->head);
- free(a->hostname);
free(a);
}