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:
joost 2015-04-02 20:40:13 +00:00
parent c95cc0db19
commit 25cd93d480

View File

@ -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