Commit 127d73ab authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2974,7 +2974,6 @@ static void end_ssl()
    ssl_acceptor_fd= 0;
  }
#endif /* HAVE_OPENSSL */
  vio_end();
}