1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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);
}