From: Martin Kronbichler Date: Fri, 8 Jan 2016 15:56:09 +0000 (+0100) Subject: Mention change X-Git-Tag: v8.4.0-rc2~105^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7cd06fb8c6cc5e21dd4b936bcefe6f71b91402;p=dealii.git Mention change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 5366b43faf..0e879fb5cf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -550,6 +550,13 @@ inconvenience this causes.
    +
  1. Fixed: AlignedVector::fill() (and thus, Table::reinit) did not + correctly call the destructor of T() and could leak memory for complicated + class types that depend on their constructor to free memory. +
    + (Martin Kronbichler, 2016/01/08) +
  2. +
  3. Fixed: inverse_operator() now populates Tvmult and Tvmult_add correctly.