From: Vsevolod Stakhov Date: Mon, 20 Jul 2015 22:48:53 +0000 (+0100) Subject: Destroy memory pool in test. X-Git-Tag: 1.0.0~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ac61eafc2c702a57bb7252f86777fa4f3eb3ac3;p=thirdparty%2Frspamd.git Destroy memory pool in test. --- diff --git a/test/lua/unit/mempool.lua b/test/lua/unit/mempool.lua index 2afaad7ecc..7bb4046468 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