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:
parent
bab89de6ff
commit
4fa9477a1b
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,9 @@ formatMessage(char ** addrs, const char * subject, const char * body)
|
|||
}
|
||||
}
|
||||
|
||||
free(ret_codeset);
|
||||
free(ret_lang);
|
||||
free(ret_locale);
|
||||
|
||||
return(msg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue