aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-recipient.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-recipient.c')
-rw-r--r--camel/camel-recipient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-recipient.c b/camel/camel-recipient.c
index babb438297..66fd94f925 100644
--- a/camel/camel-recipient.c
+++ b/camel/camel-recipient.c
@@ -99,6 +99,7 @@ camel_recipient_table_free (CamelRecipientTable *recipient_table)
/* free each recipient list */
g_hash_table_foreach (recipient_table->recipient_hash_table, _free_recipient_list, NULL);
g_hash_table_destroy (recipient_table->recipient_hash_table);
+ g_free(recipient_table);
}