summaryrefslogtreecommitdiff
path: root/src/nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat.c')
-rw-r--r--src/nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nat.c b/src/nat.c
index e17a3f88..927d3054 100644
--- a/src/nat.c
+++ b/src/nat.c
@@ -196,6 +196,7 @@ static void cleanup_nat(gpointer data)
g_free(nat->address);
g_free(nat->interface);
+ g_free(nat);
}
static struct connman_notifier nat_notifier = {