On Thu, Oct 22, 2020 at 11:34:58AM +0200, Peter Krempa wrote:
Export the freeing function rather than having a wrapper for the
hash
creation function.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_nwfilter.c | 2 +-
src/conf/nwfilter_ipaddrmap.c | 2 +-
src/conf/nwfilter_params.c | 12 +++---------
src/conf/nwfilter_params.h | 2 +-
src/conf/virnwfilterbindingdef.c | 2 +-
src/libvirt_private.syms | 2 +-
src/nwfilter/nwfilter_gentech_driver.c | 6 +++---
tests/nwfilterxml2firewalltest.c | 6 +++---
8 files changed, 14 insertions(+), 20 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>