From: Wilfried Göesgens Date: Sat, 10 Nov 2007 23:11:32 +0000 (+0000) Subject: * this might be the try to free a null-pointer. X-Git-Tag: v7.86~2800 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=eaa530bfbf70f8291b46952c09a86220c729e17e;p=citadel.git * this might be the try to free a null-pointer. --- diff --git a/citadel/modules/calendar/serv_calendar.c b/citadel/modules/calendar/serv_calendar.c index c97a4e82a..1f47e72d7 100644 --- a/citadel/modules/calendar/serv_calendar.c +++ b/citadel/modules/calendar/serv_calendar.c @@ -1287,7 +1287,6 @@ void ical_freebusy(char *who) { if (fb == NULL) { cprintf("%d Internal error: cannot allocate memory.\n", ERROR + INTERNAL_ERROR); - icalcomponent_free(encaps); getroom(&CC->room, hold_rm); return; }