summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/iptables-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index c3cf6712..35c63008 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -1149,6 +1149,7 @@ static struct connman_iptables *connman_iptables_init(const char *table_name)
goto err;
g_free(module);
+ module = NULL;
table = g_try_new0(struct connman_iptables, 1);
if (table == NULL)