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 88183, 88208, 89289

This commit is contained in:
Peter Howkins 2018-07-13 16:50:07 +01:00
parent 2d215fa52c
commit 3f689da7c3

View file

@ -253,6 +253,8 @@ _DtCmsFreeCalendar(_DtCmsCalendar *cal)
if (cal->list)
hc_destroy(cal->list, NULL);
free(cal);
}
/*