Commit 21159004 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Remove redundant my_security_attr_free() from

handle_connections_shared_memory (double free spotted by Monty).
parent 396bbdbe
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment