
27 Feb
2019
27 Feb
'19
1:33 p.m.
The commit summary mentions object thrice. util: reset pointer in virObjectAutoUnref is less wasteful. Otherwise at least s/unrefing/unreffing/ On Tue, Feb 26, 2019 at 06:08:09PM +0100, Peter Krempa wrote:
The helper function is used by the VIR_AUTOUNREF macro. Prior art is to clear the pointer even if the variable goes out of scope.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virobject.c | 1 + 1 file changed, 1 insertion(+)
This saves developer time that would otherwise be spent on bikeshedding. Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano