mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Fixed memory leak in Item_func_sp::cleanup().
This commit is contained in:
parent
ede5261679
commit
31b3ecaf86
1 changed files with 2 additions and 0 deletions
|
|
@ -1301,6 +1301,8 @@ public:
|
|||
|
||||
void cleanup()
|
||||
{
|
||||
if (result_field)
|
||||
delete result_field;
|
||||
Item_func::cleanup();
|
||||
result_field= NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue