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); > + }
