qulogic/talkatu

Parents d6cdd2767e47
Children cfd2314b7bed
We don't need to unref the tag as gtk_text_tag_table_lookup is transfer none
--- a/talkatu/talkatuview.c Sun Jul 14 23:01:14 2019 -0500
+++ b/talkatu/talkatuview.c Sun Jul 14 23:35:35 2019 -0500
@@ -236,7 +236,6 @@
priv->context_mark = gtk_text_buffer_create_mark(buffer, NULL, &start, TRUE);
/* check for the anchor tag, if we have it, add a signal handler to it */
- g_clear_object(&priv->tag_anchor);
priv->tag_anchor = gtk_text_tag_table_lookup(table, TALKATU_TAG_ANCHOR);
if(priv->tag_anchor != NULL) {
g_signal_connect(