-
- Downloads
* #7178: gnome: fixed memory leaks
Use g_strfreev on null terminated gchar **, not g_free. Otherwise you don't free all the elements of the list.
Please register or sign in to comment
Use g_strfreev on null terminated gchar **, not g_free. Otherwise you don't free all the elements of the list.