From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 1A96B469719 for ; Sat, 17 Oct 2020 08:17:58 +0300 (MSK) Date: Sat, 17 Oct 2020 08:17:54 +0300 From: Kirill Yukhin Message-ID: <20201017051754.bbya665qo724hglk@tarantool.org> References: <158f8ce7d18ca54cc2ed343ecd3d19d686220f1d.1602867171.git.tsafin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <158f8ce7d18ca54cc2ed343ecd3d19d686220f1d.1602867171.git.tsafin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] module api: fix asan failures in test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Hello, On 16 окт 19:57, Timur Safin wrote: > Adding forgotten resource cleanup to the > `test_tuple_validate_formatted` test, to make ASAN > happy again. > > Closes #5432 > Relates to #5384 LGTM. I've checked your patch into master. -- Regards, Kirill Yukhin