-
Notifications
You must be signed in to change notification settings - Fork 170
Description
Hi,
as using D2007 with multiple packages & package plugin-ins and did run in an object free leakage issue as:
A memory block has been leaked. The size is: 1668
This block was allocated by thread 0x1174, and the stack trace (return addresses) at the time was:
20003DAE [sys\system.pas][System][@getmem][2654]
2000673B [sys\system.pas][System][TObject.NewInstance][8807]
20006B3E [sys\system.pas][System][@ClassCreate][9472]
63636502
20003DAE [sys\system.pas][System][@getmem][2654]
20007AA9 [sys\system.pas][System][@NewAnsiString][12429]
20007AEC [sys\system.pas][System][@LStrFromPCharLen][12476]
63661004
6368103E
636BA2A1
636BFF2B
I would like is, that the @CreateClass shows also the ClassName .. as from TObject.Classname
Did also compiled the new FastMM_FullDebugMode.dll using JCL and used it without success ...
otherwise fishing into the dark leaking :D
Hp