From: Nick Mathewson Date: Wed, 21 Oct 2015 14:56:27 +0000 (-0400) Subject: Whoops; infinite recursion X-Git-Tag: tor-0.2.7.4-rc~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d45a26f39816c17459a3c71617cddcd3d19cea6;p=thirdparty%2Ftor.git Whoops; infinite recursion --- 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