Fix the coverity issues
[platform/core/connectivity/bluetooth-agent.git] / bt-ipsp / bt-ipsp.c
index ed37cc6..4017f2f 100644 (file)
@@ -746,7 +746,8 @@ static void __bt_ipsp_dbus_method(GDBusConnection *connection,
                __bt_ipsp_add_ipv6_route(network_interface, network_ipv6_address, 64);
 
                g_free(network_ipv6_address);
-
+               g_free(remote_ipv6_address);
+               g_free(network_interface);
        }
 
        BT_DBG("-");