=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.270 retrieving revision 1.271 diff -u -p -r1.270 -r1.271 --- mandoc/mandocdb.c 2021/11/05 17:04:10 1.270 +++ mandoc/mandocdb.c 2022/04/14 16:43:44 1.271 @@ -1,6 +1,6 @@ -/* $Id: mandocdb.c,v 1.270 2021/11/05 17:04:10 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.271 2022/04/14 16:43:44 schwarze Exp $ */ /* - * Copyright (c) 2011-2020 Ingo Schwarze + * Copyright (c) 2011-2021 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2016 Ed Maste * @@ -533,7 +533,7 @@ out: ohash_delete(&mpages); ohash_delete(&mlinks); #if DEBUG_MEMORY - mandoc_d_finish(); + mandoc_dbg_finish(); #endif return exitcode; usage: