Free unnecessary memory

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
Tyrolyean 2020-04-28 20:10:33 +02:00
parent c3aabc1a42
commit b6a46d7378
No known key found for this signature in database
GPG Key ID: 81EC9BAC5E9667C6
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ void receive_mail(struct mail_recv_t* rec){
write((rec->fds[1].fd),
abody,
abody_len);
free(abody);
rec->after_body = true;