Skip to content
Snippets Groups Projects
Commit 1c045399 authored by Roman Khabibov's avatar Roman Khabibov Committed by Nikita Pettik
Browse files

sql: use parser's region of "index" array

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 for the index array of ephemeral
space. The memory was never released.

Needed for #2349
parent 04760e0c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment