Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Hello Old New Leaky Friend (https://www.delphipraxis.net/215374-hello-old-new-leaky-friend.html)

DP News-Robot 22. Jun 2024 09:30

Hello Old New Leaky Friend
 
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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:39 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz