Code review comment for lp:~bregma/libgrip/lp-1168370-raring

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

77 + g_list_foreach(priv->classes, (GFunc) g_free, NULL);

why not g_list_free_full(priv->classes, g_free) instead?

« Back to merge proposal