Commit ac480a37 authored by unknown's avatar unknown
Browse files

Merge mysql.com:/usr/local/bk/mysql-5.0

into  mysql.com:/home/pem/work/mysql-5.0

parents 07d1323f d0df504b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2447,6 +2447,7 @@ Prepared_statement::~Prepared_statement()
  if (cursor)
    cursor->Cursor::~Cursor();
  free_items();
  if (cursor)
    free_root(cursor->mem_root, MYF(0));
  delete lex->result;
}