Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_main.c 


Log Message:
Set these lists to null first as well.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ephoto_main.c       11 Mar 2007 01:14:47 -0000      1.9
+++ ephoto_main.c       11 Mar 2007 09:10:42 -0000      1.10
@@ -55,6 +55,8 @@
 
        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!");



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to