]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: data-stack - If frame doesn't change current block, no blocks need to be freed
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 31 Mar 2021 13:26:00 +0000 (16:26 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 4 May 2021 07:02:35 +0000 (07:02 +0000)
commit6a058be026ac352639fa0ab5c9e0eb54490265ad
treef8e5b4f5a6d49755d3472209bdea6fc38b42f347
parent68ecc20d7b17ab916e852353c64718ceb945df37
lib: data-stack - If frame doesn't change current block, no blocks need to be freed

This is a micro-optimization to t_pop() to avoid an extra if-check.
src/lib/data-stack.c