From 0ca324cbbfd3122bb3d08cab4e76132a3b57ae71 Mon Sep 17 00:00:00 2001 From: titan Date: Sun, 11 Mar 2007 09:10:42 +0000 Subject: [PATCH] Set these lists to null first as well. SVN revision: 28654 --- src/bin/ephoto_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index b3f0e0c..8b067e1 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -55,6 +55,8 @@ void create_main_gui(void) em = NULL; em = calloc(1, sizeof(Ephoto_Main)); + em->albums = NULL; + em->images = NULL; em->win = ewl_window_new(); ewl_window_title_set(EWL_WINDOW(em->win), "Ephoto!");