From 2ac61eafc2c702a57bb7252f86777fa4f3eb3ac3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 20 Jul 2015 23:48:53 +0100 Subject: [PATCH] Destroy memory pool in test. --- test/lua/unit/mempool.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lua/unit/mempool.lua b/test/lua/unit/mempool.lua index 2afaad7ec..7bb404646 100644 --- a/test/lua/unit/mempool.lua +++ b/test/lua/unit/mempool.lua @@ -33,5 +33,7 @@ context("Memory pool unit tests", function() assert_equal(v2, 1) assert_equal(v3, 1.01) assert_equal(v4, false) + + pool:destroy() end) end) \ No newline at end of file -- 2.39.5