about summary refs log tree commit diff
path: root/concat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-24 17:02:37 -0400
committerJune McEnroe <june@causal.agency>2020-04-24 17:02:37 -0400
commit264502de77def5aea2883fbfe98a6532383a1fd2 (patch)
tree3274d642f2c48f522c1ef0e8a05f949c400fca8e /concat.c
parentUse replyTo address in mailto: (diff)
downloadbubger-264502de77def5aea2883fbfe98a6532383a1fd2.tar.gz
bubger-264502de77def5aea2883fbfe98a6532383a1fd2.zip
Free envelope in concatData
Diffstat (limited to 'concat.c')
-rw-r--r--concat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/concat.c b/concat.c
index a4bf1aa..22645e4 100644
--- a/concat.c
+++ b/concat.c
@@ -203,4 +203,5 @@ void concatData(struct List threads, struct List items) {
 	}
 
 	listFree(flat);
+	envelopeFree(envelope);
 }