mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 15:01:57 +00:00
Merge pull request #1652 from 0x0916/2017-06-27/free-downscript
confile: free netdev->downscript
This commit is contained in:
commit
18ede42752
@ -115,6 +115,7 @@ static void lxc_remove_nic(struct lxc_list *it)
|
||||
if (netdev->type == LXC_NET_VETH)
|
||||
free(netdev->priv.veth_attr.pair);
|
||||
free(netdev->upscript);
|
||||
free(netdev->downscript);
|
||||
free(netdev->hwaddr);
|
||||
free(netdev->mtu);
|
||||
free(netdev->ipv4_gateway);
|
||||
|
Loading…
Reference in New Issue
Block a user