Memory leak in ODAC 5.70.0.32

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cis-wurzen
Posts: 75
Joined: Tue 04 Jan 2005 10:26

Memory leak in ODAC 5.70.0.32

Post by cis-wurzen » Tue 23 May 2006 12:02

MemCheck reports:

Code: Select all

Leak #0 Instance of TDASQLGenerator
	Size: 8
	1 Occurence
	call stack - 0 : ($004D945A) DBAccess:TCustomDADataSet.CreateSQLGenerator:3463 (DBAccess.pas)
FSQLGenerator isn't freed in TCustomDADataSet.Destroy;

Please confirm.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 23 May 2006 12:38

We have already fixed this problem. This fix will be included in the next ODAC build.

Post Reply