put back a g_free()
[claws.git] / src / summaryview.c
index 0fabb1b1cbc7b026c327d546e375bedac2d47926..feb139f5f1f8c91a49014c3a41b0ba88121e6d13 100644 (file)
@@ -2260,7 +2260,8 @@ static void summary_set_header(SummaryView *summaryview, gchar *text[],
                }
 
                if (account_find_from_address(addr)) {
-                       addr = summary_complete_address(msginfo->to); 
+                       addr = summary_complete_address(msginfo->to);
+                       g_free(to);
                        to   = g_strconcat("-->", addr == NULL ? msginfo->to : addr, NULL);
                        text[col_pos[S_COL_FROM]] = to;
                }