Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_slideshow.c 


Log Message:
This should not be freed. Fixes several problems.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_slideshow.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ephoto_slideshow.c  13 Mar 2007 07:35:09 -0000      1.1
+++ ephoto_slideshow.c  14 Mar 2007 21:55:39 -0000      1.2
@@ -25,7 +25,6 @@
        
        ewl_image_file_set(EWL_IMAGE(image), image_path, NULL);
        
-       free(image_path);
        return 1;
 }
 
@@ -46,7 +45,6 @@
 
        change = ecore_timer_add(5, change_picture, w);
        
-       free(image_path);
        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