From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 7AD92469719 for ; Wed, 11 Nov 2020 20:24:38 +0300 (MSK) Date: Wed, 11 Nov 2020 17:24:36 +0000 From: Nikita Pettik Message-ID: <20201111172436.GA24540@tarantool.org> References: <4e5bec04c11d294335c6725a8def2034c8bf3385.1605087058.git.kyukhin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4e5bec04c11d294335c6725a8def2034c8bf3385.1605087058.git.kyukhin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] Fix tuple leak in vy_build_recover_stmt List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org On 11 Nov 12:38, Kirill Yukhin wrote: > Variable `old` which contains tuple reference wasn't > unrefed at all. Fix this. LGTM > --- > > Branch: https://github.com/tarantool/tarantool/tree/kyukhin/fix-vy-build-recover-leak > Issue: N/A > CI: https://gitlab.com/tarantool/tarantool/-/pipelines/212266538 > > src/box/vinyl.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) >