From c5a14e11093836fd30f3793d6f9a1f45984db03a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 28 Nov 2001 17:34:44 +0000 Subject: [PATCH] Fix memory leak. git-svn-id: https://svn.dealii.org/trunk@5296 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 4586570065..1c4de1da6a 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -204,7 +204,15 @@ documentation, etc.
  1. - Fixed: he DoFHandler class had a + Fixed: The functions Mapping::transform_real_to_unit_cell + leaked some memory. This is now fixed. +
    + (RH, WB 2001/11/28) +

    + +
  2. + Fixed: The DoFHandler class had a memory leak. This is now fixed.
    (WB 2001/11/28) -- 2.39.5