Re: g_strsplit() return

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux