Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:
Avoid potential segv if window is unmapped while menu is open.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_int_menus.c       5 Jan 2005 10:37:53 -0000       1.20
+++ e_int_menus.c       5 Jan 2005 10:39:31 -0000       1.21
@@ -448,6 +448,8 @@
 {
    E_Border *bd = data;
 
+   E_OBJECT_CHECK(bd);
+
    if (bd->iconic) e_border_uniconify(bd);
 
    e_desk_show(bd->desk);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to