Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
A few memory leaks were found with ASAN using the test suite:
1. Memory leak of mysql_store_result from SelectResultSetCapi.cpp:132
2. Leak of getMetaData() in many tests
3. Leak from SelectResultSet.cpp:79 (may be a leak in the test)
Also several other potential leaks I didn't dig into yet.