From bec39703f6eb9178f0ca988a6d26f10b9108f2fc Mon Sep 17 00:00:00 2001 From: Andreew Gregory Date: Tue, 23 Sep 2025 20:14:26 +0300 Subject: [PATCH] AAAAAAA --- src/l2/tests/data_structures/t0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/l2/tests/data_structures/t0.c b/src/l2/tests/data_structures/t0.c index e2629b2..1d2d1aa 100644 --- a/src/l2/tests/data_structures/t0.c +++ b/src/l2/tests/data_structures/t0.c @@ -504,6 +504,7 @@ void stress(){ } } VecS64_drop(real_set); + VecS64_drop(complementary_set); BuffRBTree_SetS64_drop(set); printf("Seed s=%d passed test\n", s); }