Skip to content

Commit feb7979

Browse files
committed
BUG#36167880: Massive memory leak mysqlx native Protobuf adding to collection
Change-Id: I21e33c83005c29d63d6608236cce0d1a0e69c868
1 parent f343b29 commit feb7979

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ v8.4.0
1717
- WL#16127: Remove the FIDO authentication mechanism
1818
- WL#16053: Support GSSAPI/Kerberos authentication on Windows using authentication_ldap_sasl_client plug-in for C-extension
1919
- BUG#36227964: Improve OpenTelemetry span coverage
20+
- BUG#36167880: Massive memory leak mysqlx native Protobuf adding to collection
2021

2122
v8.3.0
2223
======

mysqlx-connector-python/src/mysqlxpb/mysqlxpb.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ static void AddPyListToMessageRepeatedMessage(
430430
return;
431431
}
432432
mutable_field.Add(*msg);
433+
delete msg;
433434
}
434435
}
435436
}

0 commit comments

Comments
 (0)