
29 Apr
2019
29 Apr
'19
9:34 a.m.
My bad. Thanks.
-----Original Message----- From: Peter Krempa [mailto:pkrempa@redhat.com] Sent: Monday, April 29, 2019 3:00 PM To: Wang, Huaqiang <huaqiang.wang@intel.com> Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH] CONF: bug, release 'alloc' object in cleanup
On Sun, Apr 28, 2019 at 16:52:41 +0800, Wang Huaqiang wrote:
In case error happens before 'alloc' is transferred to 'resctrl', the 'alloc' object should be released.
In current upstream it uses VIR_AUTOUNREF, thus the object is unref'd automatically when exiting the function.