소스 검색

Fix compilation with --disable-memory-sentinels

We'd broken this with the recent _free() rewrite.
Nick Mathewson 6 년 전
부모
커밋
58e8094816
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/memarea.c

+ 1 - 1
src/common/memarea.c

@@ -322,7 +322,7 @@ memarea_new(void)
   return ma;
 }
 void
-memarea_drop_all(memarea_t *area)
+memarea_drop_all_(memarea_t *area)
 {
   memarea_clear(area);
   smartlist_free(area->pieces);