1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed an (unlikely) memory leak

This commit is contained in:
monty@mysql.com
2006-05-04 17:11:40 +03:00
parent 1809adee63
commit c33b326d86

View File

@@ -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);