Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.774 Beiträge
 
#1

Hello Old New Leaky Friend

  Alt 22. Jun 2024, 09:30
Developers that extensively use interfaces in Delphi probably know about a long-standing issue with the compiler, where interface parameters declared as const or[ref] will cause a memory leak if a reference-counted object instance isconstructed directly at the call site.Specifically, the following code would create a leak:procedure LeakTest(const Intf: IInterface);beginend;procedure Run;

Weiterlesen...
  Mit Zitat antworten Zitat