aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index f2d554f2..9dcf2215 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2831,7 +2831,9 @@ void summary_mark_thread_as_read(SummaryView *summaryview)
}
g_slist_free(msglist);
+ g_slist_foreach(top_rows, (GFunc)gtk_tree_path_free, NULL);
g_slist_free(top_rows);
+ g_slist_foreach(thr_rows, (GFunc)gtk_tree_path_free, NULL);
g_slist_free(thr_rows);
SORT_UNBLOCK(SORT_BY_UNREAD);