[Gambas-user] Question about Gambas output from my program

Benoit Minisini gambas at ...1...
Fri Aug 20 11:06:41 CEST 2004


On Friday 20 August 2004 04:28, Michael Sullivan wrote:
> I was testing my TODO program that I've been working on all day, and in
> my last test when I exited the program I saw this in the console window:
>
> WARNING: circular references detected
> frmMain (1)
> Mutex destroy failure: Device or resource busy
> WARNING: 10 allocation(s) non freed.
>
> What does it mean and how do I fix it?
>
>

Maybe your frmMain form has a reference to itself. That prevents it to be 
freed, so the interpreter issued a warning at the end of the program.

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list