On 12/01/14 16:56, John Ferlan wrote:
Since virNWFilterFree 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 <jferlan(a)redhat.com>
---
cfg.mk | 4 ++--
daemon/remote.c | 2 +-
src/nwfilter/nwfilter_driver.c | 6 ++----
src/remote/remote_driver.c | 3 +--
4 files changed, 6 insertions(+), 9 deletions(-)
ACK