Remove double free

SVN revision: 17175
This commit is contained in:
sebastid 2005-10-04 22:19:51 +00:00 committed by sebastid
parent 5b5dd52684
commit 1bb40e06e4
1 changed files with 0 additions and 2 deletions

View File

@ -327,7 +327,6 @@ e_app_subdir_scan(E_App *a, int scan_subdirs)
}
}
}
free(s);
}
ecore_list_destroy(files);
}
@ -1387,7 +1386,6 @@ _e_app_subdir_rescan(E_App *app)
}
}
}
free(s);
}
ecore_list_destroy(files);
}