Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto.h ephoto_main.c 


Log Message:
Remove unused pointer from the structure, and it doesn't need to be freed 
anymore.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ephoto.h    21 Mar 2007 10:40:27 -0000      1.10
+++ ephoto.h    21 Mar 2007 10:43:23 -0000      1.11
@@ -110,7 +110,6 @@
 
 struct _Ephoto_Main
 {
-       char **views;
        Ecore_List *albums;
        Ecore_List *images;
        Ewl_Widget *atree; 
===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ephoto_main.c       21 Mar 2007 10:40:27 -0000      1.15
+++ ephoto_main.c       21 Mar 2007 10:43:23 -0000      1.16
@@ -25,7 +25,6 @@
         ewl_widget_destroy(em->win);
        ecore_list_destroy(em->albums);
        ecore_list_destroy(em->images);
-       free(em->views);
        free(em);
        ewl_main_quit();
        return;



-------------------------------------------------------------------------
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