Re: [libvirt] [PATCH 07/11] Replace virStreamFree with virObjectUnref

2014-12-02 Thread Peter Krempa
On 12/01/14 16:56, John Ferlan wrote: Since virStreamFree will call virObjectUnref anyway, let's just use that directly so as to avoid the possibility that we inadvertently clear out a pending error message when using the public API. Signed-off-by: John Ferlan jfer...@redhat.com ---

[libvirt] [PATCH 07/11] Replace virStreamFree with virObjectUnref

2014-12-01 Thread John Ferlan
Since virStreamFree will call virObjectUnref anyway, let's just use that directly so as to avoid the possibility that we inadvertently clear out a pending error message when using the public API. Signed-off-by: John Ferlan jfer...@redhat.com --- cfg.mk | 4 ++--