Added free for message itself

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
Tyrolyean 2020-04-30 22:21:45 +02:00
parent a9f30b9ff0
commit da6b92de07
No known key found for this signature in database
GPG Key ID: 81EC9BAC5E9667C6
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ int remove_mail(struct email_t* mail){
free_submails(mail);
free(mail);
return 0;
}