mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Fix compilation with --disable-memory-sentinels
We'd broken this with the recent _free() rewrite.
This commit is contained in:
parent
241b676638
commit
58e8094816
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ memarea_new(void)
|
||||||
return ma;
|
return ma;
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
memarea_drop_all(memarea_t *area)
|
memarea_drop_all_(memarea_t *area)
|
||||||
{
|
{
|
||||||
memarea_clear(area);
|
memarea_clear(area);
|
||||||
smartlist_free(area->pieces);
|
smartlist_free(area->pieces);
|
||||||
|
|
Loading…
Add table
Reference in a new issue