Re: [Gambas-user] DnsClient example: never ever use _free(), right?

2014-07-24 Thread Tobias Boege
On Wed, 23 Jul 2014, Beno?t Minisini wrote: > No, you should not call _free(). You should even never have to implement > it in Gambas code. > > The problem is that DnsClient enables its internal watch too early, and > disables it too late. > > It should enable the watch the first time it is act

Re: [Gambas-user] DnsClient example: never ever use _free(), right?

2014-07-23 Thread Benoît Minisini
Le 23/07/2014 23:12, Tobias Boege a écrit : > Hi, > > our Gambas book has DnsClient on top of its schedule now as it seems. So I > looked at the DnsClient example -- for the first time I guess. I found one > thing in Form_Close() which surprised me (there is actually only one thing > in there): the

[Gambas-user] DnsClient example: never ever use _free(), right?

2014-07-23 Thread Tobias Boege
Hi, our Gambas book has DnsClient on top of its schedule now as it seems. So I looked at the DnsClient example -- for the first time I guess. I found one thing in Form_Close() which surprised me (there is actually only one thing in there): the use of DnsClient._free(). I always thought you would