diff options
author | June McEnroe <june@causal.agency> | 2020-04-24 17:02:37 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-24 17:02:37 -0400 |
commit | 264502de77def5aea2883fbfe98a6532383a1fd2 (patch) | |
tree | 3274d642f2c48f522c1ef0e8a05f949c400fca8e | |
parent | Use replyTo address in mailto: (diff) | |
download | bubger-264502de77def5aea2883fbfe98a6532383a1fd2.tar.gz bubger-264502de77def5aea2883fbfe98a6532383a1fd2.zip |
Free envelope in concatData
-rw-r--r-- | concat.c | 1 |
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); } |