summaryrefslogtreecommitdiff
path: root/src/or/replaycache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/replaycache.c')
-rw-r--r--src/or/replaycache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/replaycache.c b/src/or/replaycache.c
index 3d42deb90a..4a56bfd7d4 100644
--- a/src/or/replaycache.c
+++ b/src/or/replaycache.c
@@ -28,7 +28,7 @@
*/
void
-replaycache_free(replaycache_t *r)
+replaycache_free_(replaycache_t *r)
{
if (!r) {
log_info(LD_BUG, "replaycache_free() called on NULL");