1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 89273

This commit is contained in:
Peter Howkins 2018-07-13 16:29:19 +01:00
parent ea58823eb4
commit 6d6f5098c5

View file

@ -1624,6 +1624,7 @@ parse_appt_from_file(nl_catd catd, char *file, CmDataList *list, Props *p,
*/
if (found_appt == B_FALSE) {
free(w_buf);
fclose(fp);
return(INVALID_DATE);
}