From 2ded45f5a20f38fdfd9f348c446c38dc713a5591 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 3 Mar 2025 13:41:19 -0500 Subject: Fixed a few concurrency bugs --- tests/include/dynamic_extension.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/include/dynamic_extension.h') diff --git a/tests/include/dynamic_extension.h b/tests/include/dynamic_extension.h index c378ea9..8021e9a 100644 --- a/tests/include/dynamic_extension.h +++ b/tests/include/dynamic_extension.h @@ -293,7 +293,6 @@ START_TEST(t_static_structure) } gsl_rng_free(rng); - delete flat; delete test_de; } END_TEST -- cgit v1.2.3