Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop_icon.c 


Log Message:
initialize memory.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ecore_desktop_icon.c        23 Sep 2006 11:21:29 -0000      1.33
+++ ecore_desktop_icon.c        23 Sep 2006 11:23:43 -0000      1.34
@@ -24,7 +24,7 @@
 static const char  *ext[] =
    { "", ".edj", ".png", ".svgz", ".svg", ".xpm", NULL };  /* "" is in case 
the icon already has an extension, search for that first. */
 static int          init_count = 0;
-static Ecore_Hash  *icon_theme_cache;
+static Ecore_Hash  *icon_theme_cache = NULL;
 
 /**
  * @defgroup Ecore_Desktop_Icon_Group icon theme Functions



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