aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 214c735d..f30bc735 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1956,6 +1956,11 @@ static void summary_set_row(SummaryView *summaryview, GtkTreeIter *iter,
S_COL_FOREGROUND, foreground,
S_COL_BOLD, use_bold,
-1);
+
+ if (subject_s)
+ g_free(subject_s);
+ if (sw_from_s)
+ g_free(sw_from_s);
}
static void summary_insert_gnode(SummaryView *summaryview, GtkTreeStore *store,