From: Rene Gassmoeller Date: Thu, 7 Mar 2024 18:16:56 +0000 (-0500) Subject: Add changelog entry X-Git-Tag: v9.6.0-rc1~500^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cfe1184f9f229f48433beecd07cabd78516208;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20240307Gassmoeller b/doc/news/changes/minor/20240307Gassmoeller new file mode 100644 index 0000000000..ceeb33a5e8 --- /dev/null +++ b/doc/news/changes/minor/20240307Gassmoeller @@ -0,0 +1,6 @@ +Fixed: The memory of particles which are deleted during refinement was not +correctly freed in the memory pool. This could lead to a minor memory leak and +error messages about an inconsistent state during destruction of the property +pool. This is fixed now. +
+(Rene Gassmoeller, 2024/03/07)