initialize memory.
authorsebastid <sebastid>
Sat, 23 Sep 2006 11:23:43 +0000 (11:23 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Sep 2006 11:23:43 +0000 (11:23 +0000)
SVN revision: 26065

legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c

index aca21ae..3118649 100644 (file)
@@ -24,7 +24,7 @@ _ecore_desktop_icon_theme_directory_destroy(Ecore_Desktop_Icon_Theme_Directory *
 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