On 02/15/2012 07:35 PM, David Cantrell wrote:
Ack with one minor nit. If you're going to use a char *, use free(). If you are going to use g_free(), use a gchar *. Yes, glib falls through to free() for now, but there's nothing that says it has to. The APIs are separate for a reason. glib could up and change to a new allocator at some point and that would be an unwelcome surprise.
nm-utils library reference says use g_free(): http://developer.gnome.org/libnm-util/unstable/libnm-util-nm-utils.html#nm-utils-uuid-generate _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list