[Gambas-user] Circular reference when quitting
Benoit Minisini
gambas at ...1...
Tue Feb 22 11:07:20 CET 2005
On Friday 18 February 2005 04:58, Laurent Duperval wrote:
> Hi,
>
> I created a small database form and whenever I press my quit button
> (which executes the QUIT statement), I get a Console with this
> displayed:
>
> WARNING: circular references detected
> EntryForm (1)
> Mutex destroy failure: Device or resource busy
> WARNING: 31 allocation(s) non freed.
>
> What does it mean?
>
It means that you have used the QUIT instruction :-)
Never use this instruction to terminate a program, because the program is
roughly stopped. Close all forms instead.
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list