Remove redundant my_security_attr_free() from
handle_connections_shared_memory (double free spotted by Monty). sql/mysqld.cc: Remove excessive my_security_attr_free()
This commit is contained in:
parent
9b6d32d6a3
commit
dfc8b3aecc
@ -3990,8 +3990,6 @@ errorconn:
|
||||
NullS);
|
||||
sql_perror(buff);
|
||||
}
|
||||
my_security_attr_free(sa_event);
|
||||
my_security_attr_free(sa_mapping);
|
||||
if (handle_client_file_map)
|
||||
CloseHandle(handle_client_file_map);
|
||||
if (handle_client_map)
|
||||
|
Loading…
x
Reference in New Issue
Block a user