From 6dd499a16cfd8f05fc5783bbed4c1e984ba80d2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 15 Jan 2008 23:10:28 +0000 Subject: [PATCH] * free the libical ringbuffer after displaying all the events of a calendar. this should fix the leaks with libicals lazy alloc. --- webcit/calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /** -- 2.39.2