ecore_con_url_free migration
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:51:07 +0000 (06:51 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:51:07 +0000 (06:51 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@52536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_file.c
src/lib/eina_module.c

index d009faf..047abe1 100644 (file)
@@ -242,6 +242,7 @@ eina_file_dir_list(const char *dir,
         if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, ".."))
            continue;
 
+printf("d_name: %s\ndir: %s\n", de->d_name, dir);
         cb(de->d_name, dir, data);
         /* d_type is only available on linux and bsd (_BSD_SOURCE) */
 
index ef7bd29..4e7a06a 100644 (file)
@@ -167,7 +167,7 @@ static void _dir_arch_list_cb(const char *name, const char *path, void *data)
 {
    Dir_List_Get_Cb_Data *cb_data = data;
    Eina_Module *m;
-   char *file;
+   char *file = NULL;
    size_t length;
 
    length = strlen(path) + 1 + strlen(name) + 1 +