Commit d0df504b authored by unknown's avatar unknown
Browse files

Fix a crash I introduced by the last push.

parent b4751a93
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;
}