qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 11/14] netfilter: print filter info associate wit


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PULL 11/14] netfilter: print filter info associate with the netdev
Date: Mon, 19 Oct 2015 15:25:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


On 12/10/2015 10:17, Jason Wang wrote:
> +    }
> +    QTAILQ_FOREACH(nf, &nc->filters, next) {
> +        monitor_printf(mon, "  - %s: type=%s%s\n",
> +                       object_get_canonical_path_component(OBJECT(nf)),

The value returned from object_get_canonical_path_component must be freed.

Paolo

> +                       object_get_typename(OBJECT(nf)),
> +                       nf->info_str);
> +    }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]