memory leak fixed
This commit is contained in:
parent
9a63c8e0e4
commit
1230daf8f2
@ -222,10 +222,12 @@ static int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
|
|||||||
table->next= thd->derived_tables;
|
table->next= thd->derived_tables;
|
||||||
thd->derived_tables= table;
|
thd->derived_tables= table;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
free_tmp_table(thd, table);
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
delete derived_result;
|
delete derived_result;
|
||||||
lex->current_select= save_current_select;
|
lex->current_select= save_current_select;
|
||||||
}
|
|
||||||
DBUG_RETURN(res);
|
DBUG_RETURN(res);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user