From f513fa4627fe88f7c45bbeaa0d2842201c108a01 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 16 May 2014 09:45:11 +0200 Subject: Store appointments for the current day in a vector This allows for more efficient access to items at specific positions. Signed-off-by: Lukas Fleischer --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 493a180..0bcd9db 100644 --- a/src/utils.c +++ b/src/utils.c @@ -102,7 +102,7 @@ void free_user_data(void) { unsigned i; - day_free_list(); + day_free_vector(); event_llist_free(); apoint_llist_free(); recur_apoint_llist_free(); -- cgit v1.2.3-54-g00ecf