mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
FpDebug: Do not overwrite data (and create mem-leaks) when there are sections with duplicate names
git-svn-id: trunk@48595 -
This commit is contained in:
parent
c95cc0db19
commit
25cd93d480
@ -206,7 +206,7 @@ begin
|
||||
|
||||
FSections := TStringList.Create;
|
||||
FSections.Sorted := True;
|
||||
//FSections.Duplicates := dupError;
|
||||
FSections.Duplicates := dupAccept;
|
||||
FSections.CaseSensitive := False;
|
||||
|
||||
for i := 0 to fFile.sections.Count - 1 do begin
|
||||
|
Loading…
Reference in New Issue
Block a user