We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f343b29 commit feb7979Copy full SHA for feb7979
CHANGES.txt
@@ -17,6 +17,7 @@ v8.4.0
17
- WL#16127: Remove the FIDO authentication mechanism
18
- WL#16053: Support GSSAPI/Kerberos authentication on Windows using authentication_ldap_sasl_client plug-in for C-extension
19
- BUG#36227964: Improve OpenTelemetry span coverage
20
+- BUG#36167880: Massive memory leak mysqlx native Protobuf adding to collection
21
22
v8.3.0
23
======
mysqlx-connector-python/src/mysqlxpb/mysqlxpb.cc
@@ -430,6 +430,7 @@ static void AddPyListToMessageRepeatedMessage(
430
return;
431
}
432
mutable_field.Add(*msg);
433
+ delete msg;
434
435
436
0 commit comments