From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 BD9A1469719 for ; Thu, 12 Nov 2020 13:25:24 +0300 (MSK) Date: Thu, 12 Nov 2020 10:25:20 +0000 From: Kirill Yukhin Message-ID: <20201112102520.qeqalt4azbuc5cwq@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: korablev@tarantool.org, alyapunov@tarantool.org Cc: tarantool-patches@dev.tarantool.org Hello, On 11 Nov 12:38, Kirill Yukhin wrote: > Variable `old` which contains tuple reference wasn't > unrefed at all. Fix this. > --- > > Branch: https://github.com/tarantool/tarantool/tree/kyukhin/fix-vy-build-recover-leak > Issue: N/A > CI: https://gitlab.com/tarantool/tarantool/-/pipelines/212266538 I've checked the patch into 1.10, 2.5, 2.6 and master. -- Regards, Kirill Yukhin