Jan Niklas Hasse píše v St 28. 04. 2010 v 13:46 +0200: > On Wed, Apr 28, 2010 at 11:31 AM, pancake <[email protected]> wrote: > > On Apr 28, 2010, at 10:24 AM, Jan Niklas Hasse <[email protected]> wrote: > > > >> 2010/4/28 Sam Wilson <[email protected]>: > >>> > >>> The only questionable part is that vala doesn't unref namespace scoped > >>> variables when the program terminates, so you have to do that manually. > >> > >> Is Vala using Garbage Collection? > > > > Nope > > So shouldn't Vala unref namespace scoped variables when leaving their scope?
Vala is using automatic reference counting for memory management. Namespace scoped variables are never destroyed, thus references are never removed.
signature.asc
Description: Toto je digitálně podepsaná část zprávy
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
