From 792b9c4c5a44280611945547a57ac9e48af5baf1 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 14 Apr 2022 16:43:43 +0000 Subject: support for hunting memory leaks; designed and written last autumn, polished today --- mandocdb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index 13fbf2f8..2077176e 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -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: -- cgit v1.2.3