diff --git a/cde/programs/dtcm/server/cmscalendar.c b/cde/programs/dtcm/server/cmscalendar.c index b34028846..0bdd2e9cb 100644 --- a/cde/programs/dtcm/server/cmscalendar.c +++ b/cde/programs/dtcm/server/cmscalendar.c @@ -253,6 +253,8 @@ _DtCmsFreeCalendar(_DtCmsCalendar *cal) if (cal->list) hc_destroy(cal->list, NULL); + + free(cal); } /*