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.