Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.17
-
None
Description
The leak occurs once during connection procedure due to missing MADB_DynstrFree call.
Attachments
Issue Links
- blocks
-
MXS-2709 ETL / Data Migration Service
-
- Closed
-
Also the commit contains fixed for other found leaks, like:
If string field is SQLGetData'ed as datetime;
In SQLColumns in case of invalid parameters error;
In most cases of SQLGetData as SQL_NUMERIC;
In execution with parameters array for date/time parameter types.