dtcm: Coverity 88303, 89531 and 89433

This commit is contained in:
Peter Howkins 2018-07-04 23:09:18 +01:00
parent bab89de6ff
commit 4fa9477a1b
1 changed files with 3 additions and 0 deletions

View File

@ -347,6 +347,9 @@ formatMessage(char ** addrs, const char * subject, const char * body)
}
}
free(ret_codeset);
free(ret_lang);
free(ret_locale);
return(msg);
}