mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:19:14 +02:00
Fix fpd memory leak in TBreakPointIdMap. Patch by ccrause
git-svn-id: trunk@62484 -
This commit is contained in:
parent
4e918eebdd
commit
365888b1de
@ -59,7 +59,7 @@ uses
|
|||||||
|
|
||||||
type
|
type
|
||||||
TFPDCommandHandler = procedure(AParams: String; out CallProcessLoop: boolean);
|
TFPDCommandHandler = procedure(AParams: String; out CallProcessLoop: boolean);
|
||||||
TBreakPointIdMap = class(specialize TFPGMap<Integer, TFpInternalBreakpoint>)
|
TBreakPointIdMap = class(specialize TFPGMapObject<Integer, TFpInternalBreakpoint>)
|
||||||
public
|
public
|
||||||
function DoBreakPointCompare(Key1, Key2: Pointer): Integer;
|
function DoBreakPointCompare(Key1, Key2: Pointer): Integer;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user