From: Wolfgang Bangerth Date: Sun, 4 Jul 2021 04:58:23 +0000 (-0600) Subject: Avoid a qualified name to make sure doxygen doesn't try to X-Git-Tag: v9.4.0-rc1~1164^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed5b6a87b48e85d3d93b955d0866ff57506c3cb;p=dealii.git Avoid a qualified name to make sure doxygen doesn't try to find a target for it. --- 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.