summaryrefslogtreecommitdiffstats
path: root/src/tuntap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuntap.c')
-rw-r--r--src/tuntap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tuntap.c b/src/tuntap.c
index 64633a8..b9ff646 100644
--- a/src/tuntap.c
+++ b/src/tuntap.c
@@ -337,6 +337,4 @@ void fastd_tuntap_write(fastd_context_t *ctx, fastd_buffer_t buffer) {
void fastd_tuntap_close(fastd_context_t *ctx) {
if (close(ctx->tunfd))
pr_warn_errno(ctx, "closing tun/tap: close");
-
- free(ctx->ifname);
}