GNOME Bugzilla – Bug 300795
memory leak in iter_has_syntax_tag (gtksourceview/gtksourcebuffer.c)
Last modified: 2005-04-15 20:54:21 UTC
Version details: 1.2.0 That function has the following: --------------------------------------------- list = gtk_text_iter_get_tags (iter); ... while ((list != NULL) && (tag == NULL)) { ... list = g_slist_next (list); } g_slist_free (list); ---------------------------------------------- So it potentially doesn't free whole list obtained by get_tags()
Oops, my browser fooled me and I submitted this bug twice. So this one is a duplicate of #300796 *** This bug has been marked as a duplicate of 300796 ***