mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30697: Memory leak detected when mariadb-binlog is used with option flashback
This commit is contained in:
committed by
Andrew Hutchings
parent
fb8c1762ad
commit
f0ab1a28c9
@@ -1887,6 +1887,11 @@ static void cleanup()
|
||||
my_free_open_file_info();
|
||||
load_processor.destroy();
|
||||
mysql_server_end();
|
||||
if (opt_flashback)
|
||||
{
|
||||
delete_dynamic(&binlog_events);
|
||||
delete_dynamic(&events_in_stmt);
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user