Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        erss.c 


Log Message:
fixed nasty bug.. it was segving at update
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/erss.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- erss.c      14 Jan 2004 18:57:07 -0000      1.17
+++ erss.c      14 Jan 2004 19:26:38 -0000      1.18
@@ -136,7 +136,9 @@
                         * Remove the evas object from the list 
                         * and destory it.
                         */
-                       e_container_element_destroy (cont, ptr->obj);
+
+                       if (ptr->obj)
+                               e_container_element_destroy (cont, ptr->obj);
 
                        if (ptr->url)
                                free (ptr->url);




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to