From: Wolfgang Bangerth Date: Wed, 28 Nov 2001 17:34:44 +0000 (+0000) Subject: Fix memory leak. X-Git-Tag: v8.0.0~18539 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a14e11093836fd30f3793d6f9a1f45984db03a;p=dealii.git Fix memory leak. git-svn-id: https://svn.dealii.org/trunk@5296 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)