Registriert seit: 24. Okt 2006
Ort: Seifhennersdorf / Sachsen
5.388 Beiträge
Delphi 12 Athens
|
AW: Ungültige Zeigeroperation
15. Mai 2019, 12:40
Delphi-Quellcode:
TCallInstanceDictionary = class(TObjectDictionary<TCallID,TCallInstance>)
end;
TCallInstanceDictionary = class(TObjectDictionary<TCallID,TCallInstance>)
end;
..ist das ein Copy/Paste Fehler?
Ownerships:
http://docwiki.embarcadero.com/Libra...tionary.Create
Das erkärt noch nicht den Fehler. Das müßte MemoryLeaks erzeugen.
Geändert von haentschman (15. Mai 2019 um 12:43 Uhr)
|