Skip to content
Snippets Groups Projects
Commit 96706b7b authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

box: fix memory leak in lbox_key_def_new and luaT_key_def_merge

There was a typo in the commit 55295f5f ("box: populate
index_object.parts with key_def module methods"):
the function luaT_push_key_def() was erroneously used instead
of luaT_push_key_def_nodup().

Follow-up #7356

NO_DOC=bug fix
NO_TEST=memory leak
NO_CHANGELOG=unreleased
parent 62d03f15
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