From 8fbd19806560ed1af1d4264ba8a40e4d2abba0ff Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 29 Apr 2017 13:15:21 +0100 Subject: [Minor] Refactor destroy -> free --- src/libutil/addr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/addr.h') diff --git a/src/libutil/addr.h b/src/libutil/addr.h index a50786adc..9b0921747 100644 --- a/src/libutil/addr.h +++ b/src/libutil/addr.h @@ -227,7 +227,7 @@ gboolean rspamd_parse_host_port_priority (const gchar *str, * Destroy the specified IP address * @param addr */ -void rspamd_inet_address_destroy (rspamd_inet_addr_t *addr); +void rspamd_inet_address_free (rspamd_inet_addr_t *addr); /** * Apply the specified mask to an address (ignored for AF_UNIX) -- cgit v1.2.3