From aed5b6a87b48e85d3d93b955d0866ff57506c3cb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 3 Jul 2021 22:58:23 -0600 Subject: [PATCH] Avoid a qualified name to make sure doxygen doesn't try to find a target for it. --- doc/news/changes/minor/20210703Bangerth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/news/changes/minor/20210703Bangerth b/doc/news/changes/minor/20210703Bangerth index 235c8da8a2..775dc2cb8d 100644 --- a/doc/news/changes/minor/20210703Bangerth +++ b/doc/news/changes/minor/20210703Bangerth @@ -1,5 +1,5 @@ Fixed: step-34 had a minor memory leak whereby the function -`BEMProblem<2>::get_singular_quadrature()` allocated some memory the +`get_singular_quadrature()` allocated some memory the first time it was called, and then never released it. This is now fixed. Separately, this function was not thread-safe, and now it is.
-- 2.39.5