> > The "newly-allocated" means that I have to call > g_strfreev(single_string_vector, TRUE) in the for loop or can I just do it > once outside the cycle? >
You must free inside the loop, since a vector is allocated in every iteration. Regards, Ian L. Rodrigues
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
