fix annoying spankies

SVN revision: 66077
This commit is contained in:
Mike Blumenkrantz 2011-12-10 07:21:53 +00:00
parent eecef7e076
commit 5eeae75b21
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ evas_file_path_list(char *path, const char *match, int match_case)
else
files = eina_list_append(files, strdup(info->path + info->name_start));
}
eina_iterator_free(it);
if (it) eina_iterator_free(it);
return files;
}