Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.c 


Log Message:
Fix a leak on direct attachments.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_attach.c        23 Oct 2005 03:55:07 -0000      1.15
+++ ewl_attach.c        15 Nov 2005 17:29:51 -0000      1.16
@@ -173,7 +173,7 @@
        DCHECK_PARAM_PTR("list", list);
 
        if (list->direct)
-               ewl_attach_list_del(list, EWL_ATTACH(list)->type);
+               ewl_attach_list_del(list, EWL_ATTACH(list->list)->type);
        else
        {
                while (list->len)




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to