Commit 6efe24cf authored by serg@serg.mysql.com's avatar serg@serg.mysql.com
Browse files

memory leak closed

parent d4b6af08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1530,6 +1530,7 @@ TABLE *open_temporary_table(THD *thd, const char *path, const char *db,
	      ha_open_options,
	      tmp_table))
  {
    my_free((gptr) tmp_table,MYF(0));
    DBUG_RETURN(0);
  }