init variable to NULL

SVN revision: 56619
This commit is contained in:
Sebastian Dransfeld 2011-02-01 08:53:33 +00:00
parent ce7def6846
commit 812b38c286
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ efreet_util_desktop_file_id_find(const char *file_id)
EAPI Efreet_Desktop *
efreet_util_desktop_exec_find(const char *exec)
{
Efreet_Cache_Hash *hash;
Efreet_Cache_Hash *hash = NULL;
Efreet_Desktop *ret = NULL;
Efreet_Cache_Array_String *names = NULL;
unsigned int i;