Fixed an (unlikely) memory leak
This commit is contained in:
parent
1809adee63
commit
c33b326d86
@ -1195,6 +1195,7 @@ ok2:
|
||||
end:
|
||||
if (arena)
|
||||
thd->restore_active_arena(arena, &backup);
|
||||
lex_end(thd->lex);
|
||||
thd->lex= old_lex;
|
||||
DBUG_RETURN(result);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user