[Gambas-user] Circular references and allocations non freed?

nando nando_f at ...951...
Mon Apr 18 17:27:24 CEST 2005


I sometimes get that error too, but not often, with the same code.

On Sat, 16 Apr 2005 15:52:33 +0200, Thomas Mathiesen wrote
> GoVPN (0.2-2) spits out this when I exit:
> 
> WARNING: circular references detected
> frMain (1)
> WARNING: 60 allocation(s) non freed.
> 
> I am using QUIT.. so it should clean up all variables, shouldn't it?
> I have no clue what circular references mean..?
> 
> Here's the exit code:
> 
> PUBLIC SUB btExit_Click() 'Same for form_close
> 
>    SaveConfig 'Save settings
>    TRY VPNProcess.kill 'Try to kill VPN process
>    IF ERROR THEN addtodebug("Tried to kill VPNProcess, but no 
> connection found.") 'If no process, just add a note to debug 
> listview   QUIT 'Cleans up?!
> 
> END
> 
> Anyone?
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list