Commit e0762913 by 0x0916

confile: free netdev->downscript

Signed-off-by: 's avatar0x0916 <w@laoqinren.net>
parent 3129a46f
...@@ -115,6 +115,7 @@ static void lxc_remove_nic(struct lxc_list *it) ...@@ -115,6 +115,7 @@ static void lxc_remove_nic(struct lxc_list *it)
if (netdev->type == LXC_NET_VETH) if (netdev->type == LXC_NET_VETH)
free(netdev->priv.veth_attr.pair); free(netdev->priv.veth_attr.pair);
free(netdev->upscript); free(netdev->upscript);
free(netdev->downscript);
free(netdev->hwaddr); free(netdev->hwaddr);
free(netdev->mtu); free(netdev->mtu);
free(netdev->ipv4_gateway); free(netdev->ipv4_gateway);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment