diff --git a/src/core/wee-list.c b/src/core/wee-list.c index fb47b823f..a1fa7e906 100644 --- a/src/core/wee-list.c +++ b/src/core/wee-list.c @@ -48,6 +48,7 @@ weelist_new () if (new_weelist) { new_weelist->items = NULL; + new_weelist->last_item = NULL; new_weelist->size = 0; } return new_weelist;