From: Wilfried Göesgens Date: Tue, 15 Jan 2008 23:10:28 +0000 (+0000) Subject: * free the libical ringbuffer after displaying all the events of a calendar. this... X-Git-Tag: v7.86~2597 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=6dd499a16cfd8f05fc5783bbed4c1e984ba80d2b;p=citadel.git * free the libical ringbuffer after displaying all the events of a calendar. this should fix the leaks with libicals lazy alloc. --- diff --git a/webcit/calendar.c b/webcit/calendar.c index 3fc2ae018..d882ee770 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -827,7 +827,7 @@ void display_using_handler(long msgnum, free(relevant_source); } } - + icalmemory_free_ring(); } /**