Skip to content
Snippets Groups Projects
Commit 5d45a26f authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Whoops; infinite recursion

parent aa96abe6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment