summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-24 14:32:09 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-24 14:32:09 -0500
commit73c433a48a15808c87fafbbfe43da60cc4ab7b0e (patch)
tree3fe49b5ac46d7a2c9a6319694775ca3e85bcbdcc /src/or/main.c
parent1318c1611fed301f44d69a2d6e4f012efd94c9cc (diff)
downloadtor-73c433a48a15808c87fafbbfe43da60cc4ab7b0e.tar.gz
tor-73c433a48a15808c87fafbbfe43da60cc4ab7b0e.zip
Remove the freelist from memarea.c
This is in accordance with our usual policy against freelists, now that working allocators are everywhere. It should also make memarea.c's coverage higher. I also doubt that this code ever helped performance.
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 96a56fcb90..11caea5d89 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -3100,7 +3100,6 @@ tor_free_all(int postfork)
connection_free_all();
connection_edge_free_all();
scheduler_free_all();
- memarea_clear_freelist();
nodelist_free_all();
microdesc_free_all();
ext_orport_free_all();