mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +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
|
||||
TFPDCommandHandler = procedure(AParams: String; out CallProcessLoop: boolean);
|
||||
TBreakPointIdMap = class(specialize TFPGMap<Integer, TFpInternalBreakpoint>)
|
||||
TBreakPointIdMap = class(specialize TFPGMapObject<Integer, TFpInternalBreakpoint>)
|
||||
public
|
||||
function DoBreakPointCompare(Key1, Key2: Pointer): Integer;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user