From 5d45a26f39816c17459a3c71617cddcd3d19cea6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 21 Oct 2015 10:56:27 -0400 Subject: Whoops; infinite recursion --- src/or/rendcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/rendcache.c') diff --git a/src/or/rendcache.c b/src/or/rendcache.c index 93f4440193..d4bdd68698 100644 --- a/src/or/rendcache.c +++ b/src/or/rendcache.c @@ -125,7 +125,7 @@ rend_cache_failure_intro_entry_free(rend_cache_failure_intro_t *entry) static void rend_cache_failure_intro_entry_free_(void *entry) { - rend_cache_failure_intro_entry_free_(entry); + rend_cache_failure_intro_entry_free(entry); } /** Allocate a rend cache failure intro object and return it. failure -- cgit v1.2.3-54-g00ecf