Commit 127d73ab authored by unknown's avatar unknown

Fix "glibc detected double free"

Remove extra call to vio_end


sql/mysqld.cc:
  Remove the second call to vio_end as it should only be called once when the server shutdown.
parent 46221f45
......@@ -2974,7 +2974,6 @@ static void end_ssl()
ssl_acceptor_fd= 0;
}
#endif /* HAVE_OPENSSL */
vio_end();
}
......
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