diff --git a/src/arif.c b/src/arif.c index f99db29..48a3cca 100644 --- a/src/arif.c +++ b/src/arif.c @@ -181,6 +181,7 @@ first_candidates ( ¤t_page, &last_page); } + free_page_list(ctx->current_page); ctx->current_page = current_page; ctx->last_page = last_page; ctx->page_num = 1;