2008-12-12 Ryan Lortie <desrt@desrt.ca>
* gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
with them
svn path=/trunk/; revision=7743
+2008-12-12 Ryan Lortie <desrt@desrt.ca>
+
+ * gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
+ with them
+
2008-12-12 Ryan Lortie <desrt@desrt.ca>
* gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when
/* We really only need to escape spaces here, so allow lots of otherwise reserved chars */
g_string_append_uri_escaped (s, token,
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH, TRUE);
+
+ g_free (token);
}
g_ptr_array_free (tokens, TRUE);