diff options
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r-- | src/or/rendcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c index ef7d182026..790e0c246d 100644 --- a/src/or/rendcache.c +++ b/src/or/rendcache.c @@ -130,7 +130,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> |