From 7a10afc7200633512d53cc101c3b43110973add0 Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Wed, 9 Feb 2022 09:41:05 +0100 Subject: [PATCH] clean up cd3names in mesh dtor --- libsrc/meshing/meshclass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 51a9c9f0..7fbf4618 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -286,6 +286,9 @@ namespace netgen for (int i = 0; i < cd2names.Size(); i++) delete cd2names[i]; + for (int i = 0; i < cd3names.Size(); i++) + delete cd3names[i]; + // #ifdef PARALLEL // delete paralleltop; // #endif