summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 2c2387255a..14ca11d068 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1021,7 +1021,7 @@ run_scheduled_events(time_t now)
buf_shrink(conn->inbuf);
}
clean_cell_pool();
- buf_shrink_freelist();
+ buf_shrink_freelists();
time_to_shrink_memory = now + MEM_SHRINK_INTERVAL;
}