Re: [libvirt] [PATCH 2/2] networkStartNetworkVirtual: Don't leak macmap object

2018-08-13 Thread Erik Skultety
On Mon, Aug 13, 2018 at 11:21:45AM +0200, Michal Privoznik wrote: > When starting network a macmap object is created (which stores > MAC -> domain name mappings). However, if something goes wrong > (e.g. virNetDevIPCheckIPv6Forwarding() fails) then the object is > leaked. > > Signed-off-by: Michal

[libvirt] [PATCH 2/2] networkStartNetworkVirtual: Don't leak macmap object

2018-08-13 Thread Michal Privoznik
When starting network a macmap object is created (which stores MAC -> domain name mappings). However, if something goes wrong (e.g. virNetDevIPCheckIPv6Forwarding() fails) then the object is leaked. Signed-off-by: Michal Privoznik --- src/network/bridge_driver.c | 2 ++ 1 file changed, 2 inserti