From e63d9b9f308afb11bac1cd2f51554e1959b043e5 Mon Sep 17 00:00:00 2001 From: nanocoh Date: Mon, 14 Oct 2024 15:00:45 +0200 Subject: [PATCH] valgrind --- test/logic_opt/ReductionOptTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/logic_opt/ReductionOptTests.cpp b/test/logic_opt/ReductionOptTests.cpp index 7a9cc685..c56a8fa4 100644 --- a/test/logic_opt/ReductionOptTests.cpp +++ b/test/logic_opt/ReductionOptTests.cpp @@ -434,6 +434,7 @@ TEST_F(ReductionOptTests, testTruthTablesMap) { } NetlistStatistics netlistStats(*get()); netlistStats.process(); + destroy(); printf("Netlist statistics: %s\n", netlistStats.getReport().c_str()); }