1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fixed "double Procedure::~Procedure" bug

This commit is contained in:
serg@serg.mysql.com
2003-01-23 00:03:40 +01:00
parent d9d5ddb52d
commit 1fe18bea46

View File

@ -743,7 +743,6 @@ JOIN::exec()
else else
error=(int) result->send_eof(); error=(int) result->send_eof();
} }
delete procedure;
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }