Whoops; infinite recursion

This commit is contained in:
Nick Mathewson 2015-10-21 10:56:27 -04:00
parent aa96abe66b
commit 5d45a26f39
1 changed files with 1 additions and 1 deletions

View File

@ -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. <b>failure</b>