diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-29 13:15:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-29 13:15:21 +0100 |
commit | 8fbd19806560ed1af1d4264ba8a40e4d2abba0ff (patch) | |
tree | 4dbb06af119f081ca5902207c147c2398e9644b9 /test/rspamd_http_test.c | |
parent | 852ec8126ca249debc59c5038ac58d5cbe96338f (diff) | |
download | rspamd-8fbd19806560ed1af1d4264ba8a40e4d2abba0ff.tar.gz rspamd-8fbd19806560ed1af1d4264ba8a40e4d2abba0ff.zip |
[Minor] Refactor destroy -> free
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r-- | test/rspamd_http_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c index 4ce859efd..19ee50ea1 100644 --- a/test/rspamd_http_test.c +++ b/test/rspamd_http_test.c @@ -65,7 +65,7 @@ rspamd_server_accept (gint fd, short what, void *arg) return; } - rspamd_inet_address_destroy (addr); + rspamd_inet_address_free (addr); rspamd_http_router_handle_socket (rt, nfd, NULL); } |