> > > Good morning to all,
> > > 
> > > write this code to see something strange
> > > 
> > > DIM aInt2[1] AS String
> > > 
> > > PRINT IsObject(aInt2)
> > > 
> > > Gambas2-2.21 rev3300
> > > Ubuntu 10.04, AMD64
> > 
> > I see nothing strange.
> 
> Ah yes, I got the "double free" error.

Mmm. I'm not sure I will be able to fix that in Gambas 2.

Gambas 3 should be stronger against that, as "embedded" arrays are accessed 
through internal temporary objects (i.e. IsObject(EmbeddedArray) will return 
TRUE).

-- 
Benoît Minisini

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to