[Tarantool-patches] [PATCH v4 4/6] sql: use parser's region of "index" array

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Sep 17 17:53:47 MSK 2020


Thanks for the patch!

On 11.09.2020 23:51, Roman Khabibov wrote:
> Allocate memory for the "index" array of ephemeral space on the
> parser's region instead of a heap as it was before. Fixed a memory
> leak that realloc() generated.

You need to provide more info why it can't be stored on the heap,
and why free() can't be simply called somewhere.


More information about the Tarantool-patches mailing list