Hi, > Is there something like a valgrind or method for debugging memory > leaks and mismanagement?
valgrind will work for vala programs, you just have to use it as with glib programs - set G_DEBUG=gc_friendly, G_SLICE=always_malloc. best regards, -- Mój klucz publiczny o identyfikatorze 1024D/E12C5A4C znajduje się na serwerze hkp://keys.gnupg.net My public key with signature 1024D/E12C5A4C is on the server hkp://keys.gnupg.net
signature.asc
Description: PGP signature
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
