Re: [fpc-pascal] Mutual Reference Interfaces and Memory Leaks

2017-06-27 Thread Marcos Douglas B. Santos
On Tue, Jun 27, 2017 at 11:52 AM, African Wild Dog wrote: > There are some parts of your article which are in English and you have added > a link to another article, so it helped me a lot. Thanks for your reply. You are welcome. Regards, Marcos Douglas __

Re: [fpc-pascal] Mutual Reference Interfaces and Memory Leaks

2017-06-27 Thread African Wild Dog
2017-06-26 12:45 GMT-03:00 Marcos Douglas B. Santos : > > Hi, > > I wrote an article about it https://goo.gl/Lij4hu > But you need to translate from Portuguese to English. > > Best regards, > Marcos Douglas > There are some parts of your article which are in English and you have added a link to a

Re: [fpc-pascal] Mutual Reference Interfaces and Memory Leaks

2017-06-26 Thread Marcos Douglas B. Santos
On Mon, Jun 26, 2017 at 12:39 PM, African Wild Dog wrote: > Hello, > > What is the recommended way to avoid memory leaks in mutual interface > references? > > From delphi 10.1 Berlin it is possible to use [unsafe] e [weak] attributes. > http://blog.marcocantu.com/blog/2016-april-weak-unsafe- > in