[packages/mysql/MYSQL_5_0] Fix my_free

arekm arekm at pld-linux.org
Tue Oct 18 09:55:53 CEST 2022


commit 027896978cf3d2e479c445e37999644f2f08f003
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Oct 18 09:52:55 2022 +0200

    Fix my_free

 community-mysql-dh.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/community-mysql-dh.patch b/community-mysql-dh.patch
index c9b394a..7883d5e 100644
--- a/community-mysql-dh.patch
+++ b/community-mysql-dh.patch
@@ -110,7 +110,7 @@ diff -ur mysql-5.0.96.org/vio/viosslfactories.c mysql-5.0.96/vio/viosslfactories
 +    report_errors();
 +    DH_free(dh);
 +    SSL_CTX_free(ssl_fd->ssl_context);
-+    my_free(ssl_fd);
++    my_free(ssl_fd, MYF(0));
 +    DBUG_RETURN(0);
 +  }
    DH_free(dh);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/027896978cf3d2e479c445e37999644f2f08f003



More information about the pld-cvs-commit mailing list