aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 55c74eeafa..fe7e9026a4 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1550,6 +1550,9 @@ static ECell * create_composite_cell (int col)
g_object_set_data (cell_vbox, "cell_date", cell_date);
g_object_set_data (cell_vbox, "cell_sub", cell_sub);
g_object_set_data (cell_vbox, "cell_from", cell_from);
+
+ g_free (fixed_name);
+
return cell_vbox;
}