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:
unknown 2005-03-29 14:30:34 +04:00
parent 9b6d32d6a3
commit dfc8b3aecc

View File

@ -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)